Mail Archives: djgpp-workers/2001/01/07/02:28:51
On Sun, 7 Jan 2001, Martin Str|mberg wrote:
> By the way should a copyright line for 2000 and 2001 be added manually
> (I saw Laurynas do that) or is that done automagically when releasing?
It is done automagically, but doing so manually (if you remember doing
that) saves the poor soul who prepares the distro an extra step of
rebuilding the library after djlsr is made (because making djlsr changes
some of the sources, and Make will recompile them).
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?
> /* 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...
- Raw text -