Changeset 80585 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Sep 4, 2019 2:05:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r79677 r80585 2290 2290 /* Make a backup of any existing file (ignore failure). */ 2291 2291 uint64_t cbPrevFile; 2292 rc = RTFileQuerySize (pcszFilename, &cbPrevFile);2292 rc = RTFileQuerySizeByPath(pcszFilename, &cbPrevFile); 2293 2293 if (RT_SUCCESS(rc) && cbPrevFile >= 16) 2294 2294 RTFileRename(pcszFilename, szPrevFilename, RTPATHRENAME_FLAGS_REPLACE);
Note:
See TracChangeset
for help on using the changeset viewer.