View | Details | Raw Unified | Return to bug 17617
Collapse All | Expand All

(-)moused.c (-1 / +1 lines)
Lines 550-556 Link Here
550
		}
550
		}
551
		rodent.zmap[0] = 1 << (i - 1);
551
		rodent.zmap[0] = 1 << (i - 1);
552
		rodent.zmap[1] = 1 << i;
552
		rodent.zmap[1] = 1 << i;
553
		printf("optind: %d, optarg: '%s'\n", optind, optarg);
553
		debug("optind: %d, optarg: '%s'\n", optind, optarg);
554
		for (j = 1; j < 4; ++j) {
554
		for (j = 1; j < 4; ++j) {
555
		    if ((optind >= argc) || !isdigit(*argv[optind]))
555
		    if ((optind >= argc) || !isdigit(*argv[optind]))
556
			break;
556
			break;

Return to bug 17617