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

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

Log:

Modified:
  soc2012/jhagewood/diff/decompress.c

Modified: soc2012/jhagewood/diff/decompress.c
==============================================================================
--- soc2012/jhagewood/diff/decompress.c	Sat Aug 18 22:41:43 2012	(r240507)
+++ soc2012/jhagewood/diff/decompress.c	Sat Aug 18 22:56:50 2012	(r240508)
@@ -74,7 +74,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?20120818225651.C1B80106564A>