File allow-non-ascii.patch of Package mmv

--- mmv-1.01b/mmv.c	2004-01-19 12:54:40.000000000 +0100
+++ mmv-1.01b/mmv.c	2004-01-19 12:53:14.000000000 +0100
@@ -1008,7 +1008,7 @@
 				c <= ' ' || c >= 127 ||
 				strchr(":/\\*?[]=+;,\"|<>", c) != NULL
 #else
-				c & 0x80
+				0
 #endif
 			) {
 				printf("%s -> %s : illegal character '%c' (0x%02X).\n",
openSUSE Build Service is sponsored by