Re: fprintf with old fortran type format

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

 



Hi Philippe,

It looks like your were using a printf extension. (A couple of extensions, for instance: SUSv2, and/or glibc 2.2.)

I recommend converting your printf parameters from...
%' '.4E
...to...
% .4E

Taking out the (unnecessary and unsupported) apostrophes should help.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux