fix the build

This commit is contained in:
Matthias Clasen
2006-10-08 14:09:39 +00:00
parent 241ff0b6bd
commit 7d5ca7dd46
2 changed files with 1 additions and 3 deletions

View File

@ -170,7 +170,7 @@ get_mbi(struct wbmp_progressive_state *context, const guchar **buf, guint *buf_s
gboolean rv;
*val = 0;
n = i = 0;
n = 0;
do {
rv = getin(context, buf, buf_size, intbuf+n, 1);
if(!rv)