tmparse: fix typo

front
Ori Bernstein 2020-08-26 12:12:44 -07:00
parent 17abfa51ca
commit 68aa4d5254
1 changed files with 2 additions and 2 deletions

View File

@ -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':