This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, fortran, committed] intrinsic.texi: fix typo.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]