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 554149 - "converting comment system...done." message is not terminated
"converting comment system...done." message is not terminated
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other All
: Normal trivial
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2008-09-28 09:05 UTC by Tormod Volden
Modified: 2008-10-08 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds "\n" to the output string (318 bytes, patch)
2008-09-28 09:07 UTC, Tormod Volden
none Details | Review

Description Tormod Volden 2008-09-28 09:05:49 UTC
Please describe the problem:
src/main.c:convert_to_new_comment_system() print a message to stdout which is not line terminated, and it garbles the output a bit and can mislead people to think that a crash that follows has something to do with it.

Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tormod Volden 2008-09-28 09:07:49 UTC
Created attachment 119518 [details] [review]
adds "\n" to the output string
Comment 2 Michael Chudobiak 2008-10-08 19:28:35 UTC
Thanks! Patch committed to gthumb-2-10 and trunk. Should appear in 2.10.11 and later.

- Mike