[jbig2-cvs] rev 444 - trunk

giles at ghostscript.com giles at ghostscript.com
Sun Dec 18 10:12:34 PST 2005


Author: giles
Date: 2005-12-18 10:12:33 -0800 (Sun, 18 Dec 2005)
New Revision: 444

Modified:
   trunk/jbig2_text.c
Log:
Correct an invalid return value. Thanks to Leonardo for pointing this 
out.


Modified: trunk/jbig2_text.c
===================================================================
--- trunk/jbig2_text.c	2005-12-06 01:50:08 UTC (rev 443)
+++ trunk/jbig2_text.c	2005-12-18 18:12:33 UTC (rev 444)
@@ -252,7 +252,7 @@
 	if (SBSYMCODES == NULL) {
 	    jbig2_error(ctx, JBIG2_SEVERITY_FATAL, segment->number,
 		"could not construct Symbol ID huffman table!");
-	    return NULL;
+	    return -1;
 	}
     }
 



More information about the jbig2-cvs mailing list