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@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);