summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-22 21:27:18 +0100
committerwithmorten <morten.with@gmail.com>2021-01-22 21:27:18 +0100
commitf6c846d27a419735e641881f9970d01cbd832f77 (patch)
treed866789918074808ca1ee5f8f0c60d2b9ced1b71
parentsmall fix regarding codewarrior and AUDIO_MSS (diff)
downloadre3-f6c846d27a419735e641881f9970d01cbd832f77.tar
re3-f6c846d27a419735e641881f9970d01cbd832f77.tar.gz
re3-f6c846d27a419735e641881f9970d01cbd832f77.tar.bz2
re3-f6c846d27a419735e641881f9970d01cbd832f77.tar.lz
re3-f6c846d27a419735e641881f9970d01cbd832f77.tar.xz
re3-f6c846d27a419735e641881f9970d01cbd832f77.tar.zst
re3-f6c846d27a419735e641881f9970d01cbd832f77.zip
-rw-r--r--src/core/CdStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CdStream.cpp b/src/core/CdStream.cpp
index a1843473..da85a238 100644
--- a/src/core/CdStream.cpp
+++ b/src/core/CdStream.cpp
@@ -135,7 +135,7 @@ CdStreamInit(int32 numChannels)
gpReadInfo = (CdReadInfo *)LocalAlloc(LMEM_ZEROINIT, sizeof(CdReadInfo) * numChannels);
ASSERT( gpReadInfo != nil );
- debug("%s: read info %p\n", gpReadInfo, "cdvd_stream");
+ debug("%s: read info %p\n", "cdvd_stream", gpReadInfo);
CdStreamAddImage("MODELS\\GTA3.IMG");