Files
pkgsrc-ng/www/firefox45/patches/patch-js_src_shell_jsoptparse.cpp
2016-11-18 22:39:22 +01:00

14 lines
454 B
C++

$NetBSD: patch-js_src_shell_jsoptparse.cpp,v 1.1 2016/04/27 16:36:50 ryoon Exp $
--- js/src/shell/jsoptparse.cpp.orig 2015-06-18 20:55:32.000000000 +0000
+++ js/src/shell/jsoptparse.cpp
@@ -95,7 +95,7 @@ PrintParagraph(const char* text, unsigne
++it;
while (*it != '\0') {
- MOZ_ASSERT(!isspace(*it));
+ MOZ_ASSERT(!isspace((unsigned char)*it));
/* Delimit the current token. */
const char* limit = it;