[Bug 221054] Review Request: gerbv - A gerber file viewer

bugzilla at redhat.com bugzilla at redhat.com
Sat May 26 05:09:37 UTC 2007


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 at freenet.de  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.




More information about the Fedora-package-review mailing list