[Bug 16684] cnsconf.exe fails to start

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 2 06:46:16 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=16684


Hans Leidekker <hans at meelstraat.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at meelstraat.net




--- Comment #10 from Hans Leidekker <hans at meelstraat.net>  2009-09-02 06:46:15 ---
+      if(lpszSrc)
+        lstrcpynW(lpszStr, lpszSrc, iLen);
+      else
+        *lpszStr = '\0';
+    }

It would be cleaner to copy the relevant part of lstrcpynW and
make it deal with a NULL src buffer.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list