~ubuntu-branches/ubuntu/hardy/xzip/hardy

« back to all changes in this revision

Viewing changes to debian/patches/003_default_disable_strict.diff

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-04-28 05:06:15 UTC
  • Revision ID: james.westby@ubuntu.com-20040428050615-07kk3bubuck40m0w
Tags: 1:1.8.2-3
* Bump Standards-Version to 3.6.1 (no changes needed).
* Corrected formatting error in debian/copyright (thanks lintian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: ztypes.h
 
2
===================================================================
 
3
--- ztypes.h    (revision 2)
 
4
+++ ztypes.h    (revision 3)
 
5
@@ -434,7 +434,7 @@
 
6
 #define STRICTZ_REPORT_ONCE (1)
 
7
 #define STRICTZ_REPORT_ALWAYS (2)
 
8
 #define STRICTZ_REPORT_FATAL (3)
 
9
-#define STRICTZ_DEFAULT_REPORT_MODE STRICTZ_REPORT_ONCE
 
10
+#define STRICTZ_DEFAULT_REPORT_MODE STRICTZ_REPORT_NEVER
 
11
 
 
12
 /* Error codes */
 
13
 #define STRZERR_NO_ERROR (0)