Re: [gdal-dev] Question about json-c mods in changeset r18545

2012-04-29 Thread Mateusz Loskot
On 28 April 2012 23:38, Even Rouault wrote: >> >> Long story short, for printf: >> %f -> double >> %Lf -> for long double. >> >> for scanf:: >> %f -> float >> %lf -> double >> %Lf -> for long double. >> >> Or, I'm misunderstanding the C99 document. >> If I'm correct, then all C99 compilers should

Re: [gdal-dev] Question about json-c mods in changeset r18545

2012-04-28 Thread Even Rouault
> > Long story short, for printf: > %f -> double > %Lf -> for long double. > > for scanf:: > %f -> float > %lf -> double > %Lf -> for long double. > > Or, I'm misunderstanding the C99 document. > If I'm correct, then all C99 compilers should printf using %Lf > but not %lf, thus json-c is incorre

Re: [gdal-dev] Question about json-c mods in changeset r18545

2012-04-28 Thread Mateusz Loskot
On 28 April 2012 14:07, Even Rouault wrote: > Le samedi 28 avril 2012 14:09:35, Mateusz Loskot a écrit : >> I do not use MinGW, but could you or anyone who is concerned about MinGW >> support try the following test and report any errors occurred? >> >> https://gist.github.com/2518402 > > I've trie

Re: [gdal-dev] Question about json-c mods in changeset r18545

2012-04-28 Thread Even Rouault
Le samedi 28 avril 2012 14:09:35, Mateusz Loskot a écrit : > Even, Folks, > > I noticed your commit r18545 in json-c version maintained in GDAL tree [1]. > > It says: "bug fix submitted to jsonc maintener now" > I don't know the details who, how and where this was submitted to the > upstream, We

[gdal-dev] Question about json-c mods in changeset r18545

2012-04-28 Thread Mateusz Loskot
Even, Folks, I noticed your commit r18545 in json-c version maintained in GDAL tree [1]. It says: "bug fix submitted to jsonc maintener now" I don't know the details who, how and where this was submitted to the upstream, but quick investigation [2] I've made suggests this change hasn't made it to