tmparse: fix typo
This commit is contained in:
parent
17abfa51ca
commit
68aa4d5254
1 changed files with 2 additions and 2 deletions
|
@ -634,8 +634,8 @@ tmparse(Tm *tm, char *fmt, char *str, Tzone *tz, char **ep)
|
|||
}
|
||||
|
||||
/* Skip whitespace */
|
||||
for(;; p++) {
|
||||
switch(*p) {
|
||||
for(;; s++) {
|
||||
switch(*s) {
|
||||
case ' ':
|
||||
case '\t':
|
||||
case '\n':
|
||||
|
|
Loading…
Reference in a new issue