Commit 1b2e90e3 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed tmpfile buffer size.

parent 3879b193
......@@ -179,7 +179,7 @@ int convert_to_res ()
FILE *fin, *ftemp;
char buffer[255];
char infile[255];
char tmpfile[L_tmpnam];
char tmpfile[255];
char *pos;
int c, len;
struct stat st;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment