Hi!
20-Июн-2006 07:39 [EMAIL PROTECTED] (Blair Campbell) wrote to
[email protected]:
>> BC> - if( _CFLAG || _AX == 0x7100 )
>> BC> + if( _CFLAG || ( buf->lfnax = _AX ) == 0x7100 )
>> BC> return( findfirst( path, ( struct ffblk * )buf, attr ) );
>> BC> - buf->lfnax = _AX; /* The find handle for findnext */
>> Don't know why this (assigning _AX to .lfnax) is need, but should note,
>> that new code isn't identical to previous code. With previous code:
BC> that with whatever goes in the 'reserved for dos' block. In any case,
BC> it just seems like a more compact way of making sure that buf->lfnax
BC> gets the proper value.
It _look_ more compact in source, but it worser in sense of generated
code.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel