diff src/dmengine.c @ 2437:f7d54ac51880

Fix and improvements to dmres MemIO subsystem.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Feb 2020 07:26:40 +0200
parents 69a5af2eb1ea
children 9807ae37ad69
line wrap: on
line diff
--- a/src/dmengine.c	Mon Feb 24 16:12:16 2020 +0200
+++ b/src/dmengine.c	Tue Feb 25 07:26:40 2020 +0200
@@ -209,7 +209,7 @@
     OggVorbis_File vf;
 
     dmMsg(2, "vorbisfile '%s', %" DM_PRIu_SIZE_T " bytes resource loading\n",
-        res->filename, res->rawSize);
+        res->filename, res->memSize);
 
     if (ov_open_callbacks(res, &vf, NULL, 0, vorbisFileCBS) < 0)
         return DMERR_FOPEN;