Show
Ignore:
Timestamp:
11/25/09 12:14:38 (15 years ago)
Author:
mido
Message:

ASTYLER RUN OVER THE WHOLE LIBRARY, JUPEE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/osutils.cpp

    r565 r737  
    8383                } 
    8484        } else { 
    85                 if ( ( errno == ENOTDIR ) || // Linux  
    86                      ( errno == EINVAL ) ) { // Windows 
     85                if ( ( errno == ENOTDIR ) || // Linux 
     86                        ( errno == EINVAL ) ) { // Windows 
    8787                        if ( unlink ( path ) ) { 
    8888                                std::string msg = "can't remove file ";