Radek Brich e98db37
--- cpio-2.9/src/copyout.c.exitCode	2007-06-28 10:54:43.000000000 +0200
Radek Brich e98db37
+++ cpio-2.9/src/copyout.c	2007-07-16 16:23:05.000000000 +0200
Radek Brich e98db37
@@ -297,7 +297,7 @@ to_ascii (char *where, uintmax_t v, size
Radek Brich e98db37
 static void
Radek Brich e98db37
 field_width_error (const char *filename, const char *fieldname)
Radek Brich e98db37
 {
Radek Brich e98db37
-  error (0, 0, _("%s: field width not sufficient for storing %s"),
Radek Brich e98db37
+  error (1, 0, _("%s: field width not sufficient for storing %s"),
Radek Brich e98db37
 	 filename, fieldname);
Radek Brich e98db37
 }
Radek Brich e98db37