mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-01-01 15:30:50 +00:00
Oops, committed a typo
This commit is contained in:
parent
68db86f65b
commit
7d5ce87bc6
@ -172,8 +172,7 @@ show_simple_alert(char *str1, char *str2, char *str3, int num)
|
|||||||
g_fatal_log = 3;
|
g_fatal_log = 3;
|
||||||
if(num != 0) {
|
if(num != 0) {
|
||||||
snprintf(buf, 250, ": %d", num);
|
snprintf(buf, 250, ": %d", num);
|
||||||
g_fatal_log_strs[g_fatal_log++] =
|
g_fatal_log_strs[g_fatal_log++] = kegs_malloc_str(buf);
|
||||||
_malloc_str(buf);
|
|
||||||
}
|
}
|
||||||
x_show_alert(0, 0);
|
x_show_alert(0, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user