Changeset 901cee9 for commands.c
- Timestamp:
- Jul 4, 2011, 12:50:55 AM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 4a01fc6, 95c7f0c, 401752a
- Parents:
- 785ee77
- git-author:
- Jason Gross <jgross@mit.edu> (07/03/11 23:42:26)
- git-committer:
- Jason Gross <jgross@mit.edu> (07/04/11 00:50:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rca749a9 r901cee9 2498 2498 } else if(argc == 2) { 2499 2499 /* Handle :unpunt <number> */ 2500 if (unpunt && (i=atoi(argv[1])) !=0) {2500 if (unpunt && (i = atoi(argv[1])) > 0) { 2501 2501 i--; /* Accept 1-based indexing */ 2502 2502 if (i < fl->len) {
Note: See TracChangeset
for help on using the changeset viewer.