Changeset 67874 in vbox
- Timestamp:
- Jul 10, 2017 11:07:08 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Storage/CUE.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/CUE.cpp
r66494 r67874 1312 1312 } 1313 1313 else if (RT_SUCCESS(rc)) 1314 rc = vdIfError(pThis->pIfError, rc, RT_SRC_POS, N_("CUE: The descriptor file '%s' is too huge (%llu vs %llu)"), 1314 rc = vdIfError(pThis->pIfError, VERR_VD_INVALID_SIZE, 1315 RT_SRC_POS, N_("CUE: The descriptor file '%s' is too huge (%llu vs %llu)"), 1315 1316 pThis->pszFilename, cbFile, _16K - 1); 1316 1317 }
Note:
See TracChangeset
for help on using the changeset viewer.

