This commit is contained in:
benjamin%smedbergs.us 2006-05-19 22:47:53 +00:00
Родитель 0008d413fc
Коммит 135baa7fce
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -196,6 +196,7 @@ public:
static char* strtok(char* str, const char* delims, char* *newStr);
static PRUint32 strlen(const PRUnichar* s) {
// XXXbsmedberg: remove this null-check at some point
if (!s) {
NS_ERROR("Passing null to nsCRT::strlen");
return 0;