chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] chicken 4.6.3 posix time->string overflows buffer


From: Matt Welland
Subject: [Chicken-users] chicken 4.6.3 posix time->string overflows buffer
Date: Mon, 27 Dec 2010 22:28:17 -0700

#;7> (use posix)
; loading library posix ...
#;8> (time->string (seconds->local-time 1293596970) "%D")

Error: (time->string) time formatting overflows buffer: #(30 29 21 28 11 110 2 3
61 #f 25200)

        Call history:

        <syntax>          (time->string (seconds->local-time 1293596970.) "%D")
        <syntax>          (seconds->local-time 1293596970.)
        <eval>    (time->string (seconds->local-time 1293596970.) "%D")
        <eval>    (seconds->local-time 1293596970.)     <--

reply via email to

[Prev in Thread] Current Thread [Next in Thread]