[PATCH, fortran, committed] intrinsic.texi: fix typo.
Daniel Franke
franke.daniel@gmail.com
Fri Oct 13 09:04:00 GMT 2006
On Friday 13 October 2006 01:22, Brooks Moses wrote:
> Committed as obvious.
>
> --------------------------------------------------------------------
> 2006-10-12 Brooks Moses <bmoses@stanford.edu>
>
> * intrinsic.texi (STAT): Fixed a format typo in sample code.
>
> --------------------------------------------------------------------
- WRITE (*, FMT="('File mode:', T30, o19)") buff(3)
+ WRITE (*, FMT="('File mode:', T30, I19)") buff(3)
Brooks,
I still don't know all formatting options by heart, but this was meant to be
octal output of the file mode, i.e. 644 for "-rw-r--r--" ?! IIRC, it worked
as such. Is this a non-standard usage of the 'o' format?
Daniel
More information about the Fortran
mailing list