| 40132:d167361831ba | 40133:b86418d6eb94 |
|---|---|
| 697 } | 697 } |
| 698 | 698 |
| 699 if (*s != '\0') *s++ = '\0'; | 699 if (*s != '\0') *s++ = '\0'; |
| 700 | 700 |
| 701 /* Clear past any whitespace */ | 701 /* Clear past any whitespace */ |
| 702 while (*s != '\0' && *s == ' ') | 702 while (*s == ' ') |
| 703 s++; | 703 s++; |
| 704 | 704 |
| 705 /* Now let's grab until the end of the line. */ | 705 /* Now let's grab until the end of the line. */ |
| 706 value = s; | 706 value = s; |
| 707 | 707 |