[Mndiff-dev] [mndiff]: r35 - trunk/mnzip/mnzip.c

michael subversion at mplayerhq.hu
Mon Jun 18 10:59:22 CEST 2007


Author: michael
Date: Mon Jun 18 10:59:22 2007
New Revision: 35

Log:
typo.diff
I guess this is a typo, but I'm not sure what you had in mind.
patch by (Corey Hickey bugfood-ml ot fatooh dat org)


Modified:
   trunk/mnzip/mnzip.c

Modified: trunk/mnzip/mnzip.c
==============================================================================
--- trunk/mnzip/mnzip.c	(original)
+++ trunk/mnzip/mnzip.c	Mon Jun 18 10:59:22 2007
@@ -854,7 +854,7 @@ static void help(void){
 int main(int argc, char **argv){
     FILE *fi;
     uint8_t *out, *in;
-    int comp= !strcmp(argv[0], "mnzib");
+    int comp= !strcmp(argv[0], "mnzip");
     int low_mem= 0;
     int block_size= 1<<22;
     int outsize, i;



More information about the Mndiff-dev mailing list