mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-29 10:31: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;
|
||||
if(num != 0) {
|
||||
snprintf(buf, 250, ": %d", num);
|
||||
g_fatal_log_strs[g_fatal_log++] =
|
||||
_malloc_str(buf);
|
||||
g_fatal_log_strs[g_fatal_log++] = kegs_malloc_str(buf);
|
||||
}
|
||||
x_show_alert(0, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user