Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 22:56:59 +0000
From:      jhagewood@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r240509 - soc2012/jhagewood/sdiff
Message-ID:  <20120818225659.E3D8B106567E@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhagewood
Date: Sat Aug 18 22:56:59 2012
New Revision: 240509
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=240509

Log:

Modified:
  soc2012/jhagewood/sdiff/decompress.c

Modified: soc2012/jhagewood/sdiff/decompress.c
==============================================================================
--- soc2012/jhagewood/sdiff/decompress.c	Sat Aug 18 22:56:50 2012	(r240508)
+++ soc2012/jhagewood/sdiff/decompress.c	Sat Aug 18 22:56:59 2012	(r240509)
@@ -73,7 +73,7 @@
 	if (comprfile == Z_NULL)
 		err(1, "Could not open compressed file.");
 	
-	for (ch = '\1'; ch != EOF ; ch = gzgetc(comprfile)) {
+	for (ch = '\2'; ch != EOF ; ch = gzgetc(comprfile)) {
 		buf[i] = ch;
 		i++;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120818225659.E3D8B106567E>