mirror of
https://github.com/fumiama/CMoe-Counter.git
synced 2025-02-10 15:53:03 +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);
|
fwrite(theme_type[n], len_type[n], 1, stdout);
|
||||||
printf(img_slot_rear);
|
printf(img_slot_rear);
|
||||||
}
|
}
|
||||||
puts("stub1");
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
fwrite(svg_tail, sizeof(svg_tail)-1, 1, stdout);
|
fwrite(svg_tail, sizeof(svg_tail)-1, 1, stdout);
|
||||||
puts("stub2");
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
fclose(fp);
|
||||||
free(spb);
|
free(spb);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user