Skip to content
Snippets Groups Projects
Commit 6ac55233 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

...

Rev: src/modules/Image/encodings/gif.c:1.4
parent 2e63c09f
No related branches found
No related tags found
No related merge requests found
/* $Id: gif.c,v 1.3 1997/10/27 22:41:36 mirar Exp $ */ /* $Id: gif.c,v 1.4 1997/11/01 01:38:07 mirar Exp $ */
/* /*
**! module Image **! module Image
**! note **! note
**! $Id: gif.c,v 1.3 1997/10/27 22:41:36 mirar Exp $ **! $Id: gif.c,v 1.4 1997/11/01 01:38:07 mirar Exp $
**! submodule GIF **! submodule GIF
**! **!
**! This submodule keep the GIF encode/decode capabilities **! This submodule keep the GIF encode/decode capabilities
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "stralloc.h" #include "stralloc.h"
#include "global.h" #include "global.h"
RCSID("$Id: gif.c,v 1.3 1997/10/27 22:41:36 mirar Exp $"); RCSID("$Id: gif.c,v 1.4 1997/11/01 01:38:07 mirar Exp $");
#include "pike_macros.h" #include "pike_macros.h"
#include "object.h" #include "object.h"
#include "constants.h" #include "constants.h"
...@@ -241,7 +241,7 @@ int image_gif_add_line(struct neo_colortable *nct, ...@@ -241,7 +241,7 @@ int image_gif_add_line(struct neo_colortable *nct,
int n; int n;
unsigned char *bd; unsigned char *bd;
image_colortable_get_index_line(nct,s,buf,len,dith); /* image_colortable_get_index_line(nct,s,buf,len,dith);*/
if (m) if (m)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment