aboutsummaryrefslogtreecommitdiffstats
path: root/zcip/zcip-4/char-signed-idiocy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'zcip/zcip-4/char-signed-idiocy.patch')
-rw-r--r--zcip/zcip-4/char-signed-idiocy.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/zcip/zcip-4/char-signed-idiocy.patch b/zcip/zcip-4/char-signed-idiocy.patch
index e69de29bb2..109efc2349 100644
--- a/zcip/zcip-4/char-signed-idiocy.patch
+++ b/zcip/zcip-4/char-signed-idiocy.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- zcip-4/zcip.c~char-signed-idiocy
++++ zcip-4/zcip.c
+@@ -1243,7 +1243,7 @@
+
+ int main(int argc, char *argv[]) {
+ int r, rand_seed = 0;
+- char c;
++ int c;
+ char ebuf[LIBNET_ERRBUF_SIZE];
+
+ struct option longopts[] = {