mirror of
https://github.com/fumiama/CMoe-Counter.git
synced 2026-06-05 02:00:24 +08:00
尝试解决mips seg fault
This commit is contained in:
3
cmoe.c
3
cmoe.c
@@ -140,12 +140,11 @@ static void return_count(char* name, char* theme) {
|
||||
fwrite(theme_type[n], len_type[n], 1, stdout);
|
||||
printf(img_slot_rear);
|
||||
}
|
||||
puts("stub1");
|
||||
fflush(stdout);
|
||||
fwrite(svg_tail, sizeof(svg_tail)-1, 1, stdout);
|
||||
puts("stub2");
|
||||
fflush(stdout);
|
||||
}
|
||||
fclose(fp);
|
||||
free(spb);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user