Am 22.10.2014 00:58, schrieb khorni...@svn.reactos.org:

-                if (LVText != NULL)
+                if (_tcslen(LVText))
                  {
                      WriteFile(hFile,
                                LVText,

I think LVText might not be zero terminated, when the SendMessage call fails.
What about if (dwTextLength != 0)?



_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to