From f394b7f27430cd215407ad3ad647f1b696e6c01e Mon Sep 17 00:00:00 2001 From: vlm Date: Tue, 2 Oct 2007 11:23:24 +0000 Subject: missed backslash git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1391 59561ff5-6e30-0410-9f3c-9617f08c8826 --- skeletons/GeneralizedTime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeletons/GeneralizedTime.c b/skeletons/GeneralizedTime.c index 10b73ad2..2f84dff9 100644 --- a/skeletons/GeneralizedTime.c +++ b/skeletons/GeneralizedTime.c @@ -108,7 +108,7 @@ static long GMTOFF(struct tm a){ if(tzlen < sizeof(tzoldbuf)) { \ tzold = memcpy(tzoldbuf, tzold, tzlen + 1); \ } else { \ - char *dupptr = tzold; + char *dupptr = tzold; \ tzold = MALLOC(tzlen + 1); \ if(tzold) memcpy(tzold, dupptr, tzlen + 1); \ } \ -- cgit v1.2.3