X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/913df6f2e0ab502732b271624c95af807d42007c..b9b3ccd9ea9bf892369a6fa2c8e28e0ceca18527:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index 8196c3eb26..48a91d0d9e 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -563,7 +563,7 @@ wxStringList::wxStringList (const wxChar *first, ...) s = va_arg(ap, const wxChar *); // if (s == NULL) #ifdef __WXMSW__ - if ((int) s == 0) + if ((int)(long) s == 0) #else if ((long) s == 0) #endif