fixed: arguments to fputs were the wrong way around
This commit is contained in:
@@ -19,6 +19,6 @@ main()
|
||||
puts("typedef long size_type;");
|
||||
exit(0);
|
||||
}
|
||||
fputs(stderr, "funny pointer size\n");
|
||||
fputs("funny pointer size\n", stderr);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user