Changeset 6873455 for commands.c


Ignore:
Timestamp:
Jul 5, 2003, 12:41:04 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
Improved intro doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    ra352335c r6873455  
    998998  }
    999999
    1000   /* we'll be pedantic here, just in case this command gets another name
    1001    *  (or is aliased) start after the first space on the line
    1002    */
    10031000  ptr=strchr(buff, ' ');
    10041001  if (!ptr) {
     
    10221019  }
    10231020
    1024   /* we'll be pedantic here, just in case this command gets another name
    1025    *  (or is aliased) start after the first space on the line
    1026    */
    10271021  ptr=strchr(buff, ' ');
    10281022  if (!ptr) {
Note: See TracChangeset for help on using the changeset viewer.