Commit b9671d1d authored by Lev Walkin's avatar Lev Walkin

missed backslash

parent 2fe66ca7
...@@ -108,7 +108,7 @@ static long GMTOFF(struct tm a){ ...@@ -108,7 +108,7 @@ static long GMTOFF(struct tm a){
if(tzlen < sizeof(tzoldbuf)) { \ if(tzlen < sizeof(tzoldbuf)) { \
tzold = memcpy(tzoldbuf, tzold, tzlen + 1); \ tzold = memcpy(tzoldbuf, tzold, tzlen + 1); \
} else { \ } else { \
char *dupptr = tzold; char *dupptr = tzold; \
tzold = MALLOC(tzlen + 1); \ tzold = MALLOC(tzlen + 1); \
if(tzold) memcpy(tzold, dupptr, tzlen + 1); \ if(tzold) memcpy(tzold, dupptr, tzlen + 1); \
} \ } \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment