[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/kioslave/man
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2005-11-08 21:32:56
Message-ID: 1131485576.303507.20801.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 479020 by goutte:

Correctly escape \( in C++
(Foreward port of revision 478839 ("GCC police") and revision 479019)


 M  +2 -2      man2html.cpp  


--- trunk/KDE/kdebase/kioslave/man/man2html.cpp #479019:479020
@@ -1252,7 +1252,7 @@
         {
             Q3CString cstr;
             c = scan_escape_direct( c+2, cstr );
-            kdDebug(7107) << "\(" << BYTEARRAY( cstr ) << endl;
+            kdDebug(7107) << "\\(" << BYTEARRAY( cstr ) << endl;
             // ### HACK: as we convert characters too early to HTML, we need to \
support more than 2 characters here and assume that all characters passed by the \
variable are to be used.  name = cstr;
         }
@@ -1541,7 +1541,7 @@
         {
             Q3CString cstr;
             c = scan_escape_direct( c+2, cstr );
-            kdDebug(7107) << "\(" << BYTEARRAY( cstr ) << endl;
+            kdDebug(7107) << "\\(" << BYTEARRAY( cstr ) << endl;
             // ### HACK: as we convert characters too early to HTML, we need to \
support more than 2 characters here and assume that all characters passed by the \
variable are to be used.  name = cstr;
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic