Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rca749a9 r5c2ef5b  
    24982498  } else if(argc == 2) {
    24992499    /* Handle :unpunt <number> */
    2500     if(unpunt && (i=atoi(argv[1])) !=0) {
     2500    if (unpunt && (i = atoi(argv[1])) > 0) {
    25012501      i--;      /* Accept 1-based indexing */
    25022502      if (i < fl->len) {
Note: See TracChangeset for help on using the changeset viewer.