summaryrefslogtreecommitdiff
path: root/net/netmap/files/patch-netmap::misc.c
blob: 32f365a75d9ffcdb075483f877d3e6b2d36c7c27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- netmap/misc.c.orig	Sun Dec 15 14:54:26 2002
+++ netmap/misc.c	Sun Dec 15 14:54:26 2002
@@ -54,7 +54,7 @@
 	return false;
     
     bool had_point = false;
-    int beyond_point = 0;
+    unsigned int beyond_point = 0;
 
     int int_first = 0;
     for(unsigned i = 0; i < str.length(); i++) {