aboutsummaryrefslogtreecommitdiffstats
path: root/zcip/zcip-4/char-signed-idiocy.patch
blob: 109efc23490a27ff528454f2f03284bccc21f96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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[] = {