Re: things I don't understand in src/env/time.c + bugs + suggested patch
Heinrich Schuchardt <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
> > 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