On 12 Mar 2002 06:48:13 -0500, Jeff Trawick wrote: >"Brian Havard" <[EMAIL PROTECTED]> writes: > >> >+ thefile->filePtr = pos; >> >+ } >> > } >> > >> > return APR_OS2_STATUS(rc); >> >> This bit isn't necessary. DosSetFilePtr() stores the new file position in >> the last parameter so thefile->filePtr is already set. > >Thanks for the check! > >(It still looks to me that it may be needed on Win32.)
Yes, it does. -- ______________________________________________________________________________ | Brian Havard | "He is not the messiah! | | [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian | ------------------------------------------------------------------------------
