diff options
author | Aaron Brashears <aaronb@lindenlab.com> | 2007-01-03 21:05:41 +0000 |
---|---|---|
committer | Aaron Brashears <aaronb@lindenlab.com> | 2007-01-03 21:05:41 +0000 |
commit | 4617a37edfc291a0942027231691bdbf6109b9cb (patch) | |
tree | 5745c5e3dee0568be67d48242814d2654d80c9de /indra/linux_crash_logger/linux_crash_logger.cpp | |
parent | 2b291c2732b583911c0d98c30dbfedfd4022babb (diff) |
corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762
Diffstat (limited to 'indra/linux_crash_logger/linux_crash_logger.cpp')
-rw-r--r-- | indra/linux_crash_logger/linux_crash_logger.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/linux_crash_logger/linux_crash_logger.cpp b/indra/linux_crash_logger/linux_crash_logger.cpp index a8acced4cf..2e7d6ef70d 100644 --- a/indra/linux_crash_logger/linux_crash_logger.cpp +++ b/indra/linux_crash_logger/linux_crash_logger.cpp @@ -174,7 +174,7 @@ int main(int argc, char **argv) sleep(5); } - // FIXME: do some dialog stuff here? + // *FIX: do some dialog stuff here? if (CRASH_BEHAVIOR_ALWAYS_SEND == crash_behavior) { gSendReport = TRUE; @@ -219,7 +219,8 @@ int main(int argc, char **argv) db_filep = new LLFileEncoder("DB", db_file_name.c_str()); // Get the filename of the SecondLife.log file - //FIXME tofu - get right MAX_PATH + // *TODO tofu - get right MAX_PATH. + // *FIX: What's up with this? This #define just can't be safe. #define MAX_PATH PATH_MAX char tmp_sl_name[MAX_PATH]; tmp_sl_name[0] = '\0'; |