Index: /trunk/src/VBox/Storage/CUE.cpp
===================================================================
--- /trunk/src/VBox/Storage/CUE.cpp	(revision 67873)
+++ /trunk/src/VBox/Storage/CUE.cpp	(revision 67874)
@@ -1312,5 +1312,6 @@
         }
         else if (RT_SUCCESS(rc))
-            rc = vdIfError(pThis->pIfError, rc, RT_SRC_POS, N_("CUE: The descriptor file '%s' is too huge (%llu vs %llu)"),
+            rc = vdIfError(pThis->pIfError, VERR_VD_INVALID_SIZE,
+                           RT_SRC_POS, N_("CUE: The descriptor file '%s' is too huge (%llu vs %llu)"),
                            pThis->pszFilename, cbFile, _16K - 1);
     }
