| version 1.28, 1999/03/23 02:58:50 |
version 1.29, 1999/03/29 09:27:29 |
|
|
| *dest++ = *source++; /* Do not check first field */ |
*dest++ = *source++; /* Do not check first field */ |
| while (*source == ':') { |
while (*source == ':') { |
| check=source+1; |
check=source+1; |
| while (*check && (isspace(*check) || |
while (*check && (isspace((unsigned char)*check) || |
| (*check=='\\' && isspace(check[1]))) ) |
(*check=='\\' && isspace((unsigned char)check[1])))) |
| ++check; |
++check; |
| if( *check == ':' ) |
if( *check == ':' ) |
| source=check; |
source=check; |