]> granicus.if.org Git - file/commitdiff
Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
authorIan Darwin <ian@darwinsys.com>
Mon, 14 Sep 1992 14:54:51 +0000 (14:54 +0000)
committerIan Darwin <ian@darwinsys.com>
Mon, 14 Sep 1992 14:54:51 +0000 (14:54 +0000)
src/patchlevel.h

index f82654f9c04d64a764a184f9f1c089cf866bc487..e61e31e1ff5d1b7108e22e91f8f1ad0ae1e7f5b4 100644 (file)
@@ -1,7 +1,12 @@
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.4 1992/09/11 17:47:06 ian Exp $
+ * $Id: patchlevel.h,v 1.5 1992/09/14 14:54:51 ian Exp $
+ *
+ * $Log: patchlevel.h,v $
+ * Revision 1.5  1992/09/14 14:54:51  ian
+ * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
+ *
  */
 
 #define        FILE_VERSION_MAJOR      3
-#define        patchlevel              4
+#define        patchlevel              5