Ignore:
Timestamp:
30/11/2008 22:00:23 (3 years ago)
Author:
chris
Message:

Compile fix and log the error number recorded by winerrno, not
the "last" error, whatever that was.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/FileStream.cpp

    r2390 r2391  
    7575                { 
    7676                        #ifdef WIN32 
    77                         BOX_LOG_WIN_WARNING("Failed to open file: " << 
    78                                 mFileName); 
     77                        BOX_LOG_WIN_WARNING_NUMBER("Failed to open file: " << 
     78                                mFileName, winerrno); 
    7979                        #else 
    8080                        BOX_LOG_SYS_WARNING("Failed to open file: " << 
Note: See TracChangeset for help on using the changeset viewer.