Changeset 79c6f9f for root_commands.c
- Timestamp:
- 2006-04-25T07:21:49Z (18 years ago)
- Branches:
- master
- Children:
- 3edaed9
- Parents:
- 6e62132
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r6e62132 r79c6f9f 57 57 s --; 58 58 } 59 } 60 else if( *s == '\\' && ( ( !q && s[1] ) || ( q && q == s[1] ) ) ) 61 { 62 char *cpy; 63 64 for( cpy = s; *cpy; cpy ++ ) 65 cpy[0] = cpy[1]; 59 66 } 60 67 else if( *s == q )
Note: See TracChangeset
for help on using the changeset viewer.