After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689833 - PATCH in translator_cn.h lose one Space
PATCH in translator_cn.h lose one Space
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.2
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-12-07 09:04 UTC by zodiac8765
Modified: 2012-12-26 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add the lost space (508 bytes, patch)
2012-12-08 04:10 UTC, zodiac8765
none Details | Review

Description zodiac8765 2012-12-07 09:04:27 UTC
file: translator_cn.h 
line:684
function: virtual QCString trWriteList(int numEntries)
<code>
if (i!=numEntries-1)  // not the last entry, so we need a separator
        {
          if (i<numEntries-2) // not the fore last entry 
            result+=",";
          else                // the fore last entry
            result+=", and ";
        }
<code>
       result+=",";  
 ->  result+=","CN_SPC;

 Otherwise, the generated html files(refer) may not wrap line
Comment 1 zodiac8765 2012-12-08 04:10:44 UTC
Created attachment 231020 [details] [review]
add the lost space
Comment 2 Dimitri van Heesch 2012-12-08 14:24:17 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2012-12-26 16:09:14 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.3. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.