On Feb 9, 2008, at 4:52 PM, Hans Bulfone wrote:
hi,
i've just found a problem in string->time (in posixunix.scm):
i think
(strptime tim fmt (make-vector 10 #f))
should be
(strptime (##sys#make-c-string tim)
(##sys#make-c-string fmt)
(make-vector 10 #f))
to ensure the strings are null-terminated.
Yes, thank you.
bye,
hans.
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users
Best Wishes,
Kon
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users