/[radius]/radius/radiusd/files.c
ViewVC logotype

Diff of /radius/radiusd/files.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.78 by gray, Tue Jul 29 10:17:06 2003 UTC revision 1.79 by gray, Sat Aug 2 06:37:03 2003 UTC
# Line 458  nextkn(char **sptr, char *token, int tok Line 458  nextkn(char **sptr, char *token, int tok
458          start = token;          start = token;
459          if (**sptr == '"') {          if (**sptr == '"') {
460                  (*sptr)++;                  (*sptr)++;
461                  while (toksize && **sptr && **sptr != '"') {                  while (toksize && **sptr) {
462                          if (**sptr == '\\' && (*sptr)[1]) {                          if (**sptr == '\\' && (*sptr)[1]) {
463                                  switch (*++*sptr) {                                  switch (*++*sptr) {
464                                  default:                                  default:
# Line 487  nextkn(char **sptr, char *token, int tok Line 487  nextkn(char **sptr, char *token, int tok
487                                  }                                  }
488                                  ++*sptr;                                  ++*sptr;
489                                  toksize--;                                  toksize--;
490                            } else if (**sptr == '"') {
491                                    ++*sptr;
492                                    break;
493                          } else                          } else
494                                  *token++ = *(*sptr)++;                                  *token++ = *(*sptr)++;
495                  }                  }

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26