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

(-)xmodmap/handle.c (-4 / +3 lines)
Lines 906-915 do_pointer(char *line, int len) Link Here
906
    }
906
    }
907
    
907
    
908
    if (i > 0 && i != nbuttons) {
908
    if (i > 0 && i != nbuttons) {
909
	badheader ();
909
	fprintf (stderr, "Warning: Only changing the first %d of %d buttons.\n",
910
	fprintf (stderr, "number of buttons, must have %d instead of %d\n",
910
		 i, nbuttons);
911
		 nbuttons, i);
911
	i = nbuttons;
912
	return;
913
    }
912
    }
914
913
915
    uop = AllocStruct (union op);
914
    uop = AllocStruct (union op);

Return to bug 154357