]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/wxlparser.cpp
The char->wxChar in window.h cascades through some other header files.
[wxWidgets.git] / user / wxLayout / wxlparser.cpp
index e078883b7cb3afc62974b5c5e45a7b6bd3180f6d..d9cfe9b3feb2a72130831f6d04f437f4467d0dfd 100644 (file)
@@ -34,6 +34,8 @@ inline static bool IsEndOfLine(const char *p, int mode)
 
 void wxLayoutImportText(wxLayoutList *list, wxString const &str, int withflag)
 {
+   if(str.Length() == 0)
+      return;
    char * cptr = (char *)str.c_str(); // string gets changed only temporarily
    const char * begin = cptr;
    char  backup;