fixme:msvcrt:MSVCRT__sopen

Erik de Castro Lopo wine at mega-nerd.com
Fri Mar 12 01:26:53 CST 2004


HI all,

I have a console program which spits out messages along the lines of:

    fixme:msvcrt:MSVCRT__sopen : pmode 0x01a0 ignored

Looking at the code to MSVCRT__sopen I find this:

    if(pmode & ~(_S_IREAD | _S_IWRITE))
      FIXME(": pmode 0x%04x ignored\n", pmode);
    else
      WARN(": pmode 0x%04x ignored\n", pmode);

Would it not be safe to just delete both the FIXME and the WARN or
am I missing something?

Cheers,
Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo  nospam at mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"The X-files is too optimistic. The truth is not out there."
-- Anthony Ord



More information about the wine-devel mailing list