mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Fix insecure fprintf
This commit is contained in:
parent
60f6430d05
commit
1f8bc7772b
@ -12,8 +12,8 @@ static void usage(void) {
|
||||
}
|
||||
|
||||
static void error(char *message) {
|
||||
fprintf(stderr, message);
|
||||
fprintf(stderr, "\n");
|
||||
fputs(message, stderr);
|
||||
fputs("\n", stderr);
|
||||
}
|
||||
|
||||
struct Options {
|
||||
|
Loading…
x
Reference in New Issue
Block a user