Added
Link Here
|
1 |
--- jsopcode.cpp.orig 2013-02-11 22:33:23 UTC |
2 |
+++ jsopcode.cpp |
3 |
@@ -6067,7 +6067,7 @@ ExpressionDecompiler::write(JSString *s) |
4 |
bool |
5 |
ExpressionDecompiler::quote(JSString *s, uint32_t quote) |
6 |
{ |
7 |
- return QuoteString(&sprinter, s, quote) >= 0; |
8 |
+ return QuoteString(&sprinter, s, quote) != NULL; |
9 |
} |
10 |
|
11 |
JSAtom * |