Commit f3bccae1 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

winevdm: Increase buffer size to fix format-overflow warning.

parent a3c410d0
...@@ -305,7 +305,7 @@ static VOID pif_cmd( char *filename, char *cmdline) ...@@ -305,7 +305,7 @@ static VOID pif_cmd( char *filename, char *cmdline)
{ {
HANDLE hFile; HANDLE hFile;
char progpath[MAX_PATH]; char progpath[MAX_PATH];
char buf[128]; char buf[308];
char progname[64]; char progname[64];
char title[31]; char title[31];
char optparams[65]; char optparams[65];
......
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