chicken-users
[Top][All Lists]
Advanced

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

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


From: Felix
Subject: Re: [Chicken-users] chicken 4.6.3 posix time->string overflows buffer
Date: Tue, 28 Dec 2010 12:38:29 +0100 (CET)

From: Matt Welland <address@hidden>
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.)     <--

Is this on mingw? I can't reproduce this right now on Linux.


cheers,
felix



reply via email to

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