home: hub: 9ficl

Download patch

ref: 9c5dc10ce431ce25014e886d90652e3bd22ce8f7
parent: 9764ad3a5a9110ed9ac6209e9ab25ebb9807b7c3
author: asau <asau@ficl.sf.net>
date: Fri Sep 10 03:59:14 CDT 2010

Make type consistent with LZ compression subroutine.

--- a/softcore/makesoftcore.c
+++ b/softcore/makesoftcore.c
@@ -69,7 +69,7 @@
 int main(int argc, char *argv[])
 	{
 	char *uncompressed = (char *)malloc(128 * 1024);
-	char *compressed;
+	unsigned char *compressed;
 	char *trace = uncompressed;
 	int i;
 	int compressedSize;