Changeset 6873455 for commands.c
- Timestamp:
- Jul 5, 2003, 12:41:04 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 675ce49
- Parents:
- a352335c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
ra352335c r6873455 998 998 } 999 999 1000 /* we'll be pedantic here, just in case this command gets another name1001 * (or is aliased) start after the first space on the line1002 */1003 1000 ptr=strchr(buff, ' '); 1004 1001 if (!ptr) { … … 1022 1019 } 1023 1020 1024 /* we'll be pedantic here, just in case this command gets another name1025 * (or is aliased) start after the first space on the line1026 */1027 1021 ptr=strchr(buff, ' '); 1028 1022 if (!ptr) {
Note: See TracChangeset
for help on using the changeset viewer.