Hi!

23-Май-2004 14:49 [EMAIL PROTECTED] (Bart Oldeman) wrote to
[EMAIL PROTECTED]:

> Inlined dos_setdta. Various bug fixes and cleanups from Lucho and Arkady.
> +++ inthndlr.c        23 May 2004 14:49:10 -0000      1.80
> -      if (r->DL - 1 >= lastdrive || r->DL == 0)
> +      if (r->DL > lastdrive || r->DL == 0)

     :( I'm afflicted: why instead shorter code selected longer? _My_
proposal was:

      if (r->DL - 1 >= lastdrive)




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id│66&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to