Module: wine Branch: refs/heads/master Commit: 4b792c6d56112bec8c9e3c59be00fd20e06b5593 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4b792c6d56112bec8c9e3c59...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue Jul 25 21:53:32 2006 +0100
winspool.drv/tests: Write-strings warnings fix.
---
dlls/winspool.drv/tests/info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winspool.drv/tests/info.c b/dlls/winspool.drv/tests/info.c index 0420464..85a3353 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 */