mirror of
https://github.com/fumiama/CMoe-Counter.git
synced 2025-02-09 23:38:29 +01:00
尝试解决mips seg fault
This commit is contained in:
parent
3fdf4efe60
commit
2fb8d02f32
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user