v2.59c release

This commit is contained in:
van Hauser
2019-12-18 11:14:12 +01:00
parent 6226e38451
commit 939721e2cb
12 changed files with 31 additions and 27 deletions

View File

@ -685,13 +685,14 @@ u8 save_if_interesting(char** argv, void* mem, u32 len, u8 fault) {
++unique_crashes;
if (infoexec) { // if the user wants to be informed on new crashes - do
#if !TARGET_OS_IPHONE
// that
// that
if (system(infoexec) == -1)
hnb += 0; // we dont care if system errors, but we dont want a
// compiler warning either
#else
WARNF("command execution unsupported");
#endif
}
last_crash_time = get_cur_time();