From 4b792c6d56112bec8c9e3c59be00fd20e06b5593 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Tue, 25 Jul 2006 21:53:32 +0100 Subject: [PATCH] winspool.drv/tests: Write-strings warnings fix. --- dlls/winspool.drv/tests/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winspool.drv/tests/info.c b/dlls/winspool.drv/tests/info.c index 042046455aa..85a3353cdb5 100644 --- a/dlls/winspool.drv/tests/info.c +++ b/dlls/winspool.drv/tests/info.c @@ -42,7 +42,7 @@ static FARPROC pSetDefaultPrinterA; struct monitor_entry { LPSTR env; - LPSTR dllname; + CHAR dllname[32]; }; /* report common behavior only once */