ao-tools: Fix warnings in ao-tools
[fw/altos] / ao-tools / lib / cc-usbdev.c
index 6c3ba5910b3602465e918dc38f7bcec04d700e9f..b176170013574dbfcbb0324f1781c4d5ef1ef469 100644 (file)
@@ -102,7 +102,7 @@ usb_tty(char *sys)
        struct dirent **namelist;
        int interface;
        int num_interfaces;
-       char endpoint_base[20];
+       char endpoint_base[64];
        char *endpoint_full;
        char *tty_dir;
        int ntty;