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

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2019-11-13 14:51:21 +01:00 committed by Alexandre Julliard
parent a3c410d0a5
commit f3bccae11a
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ static VOID pif_cmd( char *filename, char *cmdline)
{
HANDLE hFile;
char progpath[MAX_PATH];
char buf[128];
char buf[308];
char progname[64];
char title[31];
char optparams[65];