s/lwz/lzw/g
1999-11-03 Jonathan Blandford <jrb@redhat.com> * src/io-gif.c (gif_prepare_lzw): s/lwz/lzw/g
This commit is contained in:
committed by
Jonathan Blandford
parent
3d5a2b1230
commit
a8ec2c3b9f
@ -522,7 +522,7 @@ main (int argc, char **argv)
|
||||
int nbytes;
|
||||
nbytes = fread(buf, 1, readlen, file);
|
||||
|
||||
printf(".");
|
||||
//printf(".");
|
||||
fflush(stdout);
|
||||
|
||||
if (gdk_pixbuf_loader_write (GDK_PIXBUF_LOADER (pixbuf_loader), buf, nbytes) == FALSE)
|
||||
|
||||
Reference in New Issue
Block a user