Hi!

13-Май-2004 07:08 Arkady V.Belousov wrote to
[EMAIL PROTECTED]:

AVB> Changes:
AVB> "rc != SUCCESS" after DosDevIOctl() replaced by "rc < SUCCESS".
AVB>        rc = DosDevIOctl(&lr);      /* can set critical error code! */
AVB> -      if (rc != SUCCESS)
AVB> +      if (rc < SUCCESS)

     BTW, Lucho also does this (see "goto short_check;" after DosDevIOctl()
in INT21/69).




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to