~ubuntu-branches/ubuntu/hardy/zlib/hardy

« back to all changes in this revision

Viewing changes to debian/patches/015_minizip_help

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2004-12-10 13:00:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041210130013-hxwqux7r0avd4gta
Tags: 1:1.2.2-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- zlib-1.1.4/contrib/minizip/minizip.c.orig   2003-10-16 19:01:07.000000000 +0100
2
 
+++ zlib-1.1.4/contrib/minizip/minizip.c        2003-10-16 19:02:00.000000000 +0100
3
 
@@ -305,6 +305,10 @@
4
 
         if (errclose != ZIP_OK)
5
 
             printf("error in closing %s\n",filename_try);
6
 
    }
7
 
+   else
8
 
+   {
9
 
+          do_help();
10
 
+   }
11
 
 
12
 
     free(buf);
13
 
     exit(0);