Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: gerbv - A gerber file viewer https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221054 ------- Additional Comments From rc040203@xxxxxxxxxx 2007-05-26 01:09 EST ------- Chitlesh asked me to look into the snprint issue: This patch should fix it: --- src/gerbv.c~ 2007-05-26 06:33:50.000000000 +0200 +++ src/gerbv.c 2007-05-26 06:33:50.000000000 +0200 @@ -1523,7 +1523,7 @@ /* * Show progress in status bar */ - snprintf(screen.statusbar.msgstr, MAX_STATUSMSGLEN, + snprintf(screen.statusbar.msgstr, MAX_ERRMSGLEN, "%d %s...", i, screen.file[i]->basename); update_statusbar(&screen); -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review