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:
@@ -436,5 +436,5 @@ strptime (const char *buf, const char *format, struct tm *timeptr)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (char *)buf;
|
return rk_UNCONST(buf);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user