VirtualBox

Ignore:
Timestamp:
Jun 8, 2017 2:02:51 PM (7 years ago)
Author:
vboxsync
Message:

fatvfs.cpp: Return rc rather than VINF_SUCCESS in rtFsFatFile_Read & rtFsFatFile_Write. Duh!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/fatvfs.cpp

    r67301 r67302  
    16651665    if (pcbRead)
    16661666        *pcbRead = cbRead;
    1667     return VINF_SUCCESS;
     1667    return rc;
    16681668}
    16691669
     
    18341834    if (pcbWritten)
    18351835        *pcbWritten = cbWritten;
    1836     return VINF_SUCCESS;
     1836    return rc;
    18371837}
    18381838
Note: See TracChangeset for help on using the changeset viewer.

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