forked from pool/doxygen
This commit is contained in:
parent
fe2d316d6c
commit
29117db95d
@ -1,6 +1,8 @@
|
||||
--- src/util.cpp.orig 2010-06-15 15:51:48.000000000 +0200
|
||||
+++ src/util.cpp 2010-06-15 15:52:27.000000000 +0200
|
||||
@@ -4794,9 +4794,9 @@
|
||||
Index: src/util.cpp
|
||||
===================================================================
|
||||
--- src/util.cpp.orig
|
||||
+++ src/util.cpp
|
||||
@@ -4807,9 +4807,9 @@ QCString escapeCharsInString(const char
|
||||
static bool caseSenseNames = Config_getBool("CASE_SENSE_NAMES");
|
||||
static StrBuf strBuf;
|
||||
strBuf.clear();
|
||||
@ -12,9 +14,9 @@
|
||||
{
|
||||
switch(c)
|
||||
{
|
||||
@@ -4823,11 +4823,11 @@
|
||||
case '+': strBuf.addStr("_09"); break;
|
||||
@@ -4837,11 +4837,11 @@ QCString escapeCharsInString(const char
|
||||
case '=': strBuf.addStr("_0A"); break;
|
||||
case '$': strBuf.addStr("_0B"); break;
|
||||
default:
|
||||
- if (c<0)
|
||||
+ if (c>0x7f)
|
||||
|
Loading…
Reference in New Issue
Block a user