(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the return is not NULL)
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(WINCE)
|
||||
#define strdup _strdup
|
||||
#define stredup _stredup
|
||||
#endif /* WINCE */
|
||||
|
||||
/* NOTE: the string returned by these functions is only valid until the next
|
||||
|
Reference in New Issue
Block a user