UNCONST return value from strptime

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15414 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-16 16:57:08 +00:00
parent e21b42f40c
commit 1f37d21729

View File

@@ -436,5 +436,5 @@ strptime (const char *buf, const char *format, struct tm *timeptr)
return NULL;
}
}
return (char *)buf;
return rk_UNCONST(buf);
}