diff options
Diffstat (limited to 'kdat/RELEASE_NOTES')
-rw-r--r-- | kdat/RELEASE_NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/RELEASE_NOTES b/kdat/RELEASE_NOTES index adc1584..0aa1533 100644 --- a/kdat/RELEASE_NOTES +++ b/kdat/RELEASE_NOTES @@ -14,7 +14,7 @@ - The command-line argument "--nocrashhandler" is now added to char **argv in main() to make sure that Dr. Konqi isn't called. This is necessary to allow the user to generate - core dumps. Calling KCrash::setCrashHandler(0); doesn't work. + core dumps. Calling TDECrash::setCrashHandler(0); doesn't work. The contents of argv[] are written to stdout to remind the user that this has been done. - A null-pointer problem has been fixed. For now, when that |