help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] things I don't understand in src/env/time.c + bugs + sug


From: Heinrich Schuchardt
Subject: Re: [Help-glpk] things I don't understand in src/env/time.c + bugs + suggested patch
Date: Sat, 28 Jan 2017 17:24:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0

> 
> Thank you for the patch. For reasons mentioned above I'd like to keep
> the current version; however, I will replace gmtime with gmtime_r.

Hello Andrew

gmtime_r does not exist in the C standard and not on Windows.

Please use gmtime_s.

Best regards

Heinrich Schuchardt



reply via email to

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