VirtualBox

Changeset 2880 in kBuild for trunk/src/lib/nt


Ignore:
Timestamp:
Sep 5, 2016 8:36:26 PM (9 years ago)
Author:
bird
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/lib/nt/ntstat.c

    r2862 r2880  
    698698        birdCloseFile(hFile);
    699699
    700         if (!MY_NT_SUCCESS(rcNt))
     700        if (MY_NT_SUCCESS(rcNt))
     701            rc = 0;
     702        else
     703        {
    701704            birdSetErrnoFromNt(rcNt);
     705            rc = -1;
     706        }
    702707    }
    703708    else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette