Mail Archives: djgpp-workers/2001/01/07/02:39:51
According to Eli Zaretskii:
> So it's not a requirement, but an act of courtesy ;-)
>
> > /* useAX0x1510() was successful and is reporting bigger total
> > size than INT21 AX=7303, so we use those values.
> > If INT21 AX=7303 is reporting bigger total size than
> > useAX0x1510(), it means the CD is bigger than a CD
> > (e. g. it is a DVD-ROM). In that case we use the values
> > from INT21 AX=7303. */
>
> "the CD is bigger than a CD"? Is there a better way of saying that?
I thought it was funny. The phrase in parentheses after clarifies it,
I think.
> > /* DOZE version earlier than 7.0. Use old method. */
> > if( ! cdrom_calls_used )
> > {
> > if( use_AH0x36( drive_number, &blocks, &free, &bsize ) == -1 )
> > {
> > /* use_AH0x36() sets errno on failure. */
> > return -1;
> > }
>
> The indentation in this file needs work...
It's looking good in emacs here. Perhaps your mailer use different
amount of spaces to replace tabs?
Right,
MartinS
- Raw text -