[package] uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xx
[openwrt-10.03/.git] / package / uhttpd / src / uhttpd.c
index be13b536d76c3d62cd7a5bff6b0845b51b59bff2..c6a8b6c272caadbe01dfc282846fa18a38de7a89 100644 (file)
@@ -422,7 +422,7 @@ int main (int argc, char **argv)
        int nofork = 0;
 
        /* args */
-       char opt;
+       int opt;
        char bind[128];
        char *port = NULL;