changeset 373:684d09ff564b

*** empty log message ***
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Nov 2005 08:55:01 +0000
parents 1222cff759c6
children 58079c6180a0
files src/xs_sidplay.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_sidplay.h	Wed Nov 09 08:55:00 2005 +0000
+++ b/src/xs_sidplay.h	Wed Nov 09 08:55:01 2005 +0000
@@ -49,7 +49,7 @@
 		/* Make the title */
 		if (haveInfo) {
 			pResult->subTunes[i].tuneTitle =
-			    xs_make_titlestring(pcFilename, i + 1, tuneInfo.sidModel,
+			    xs_make_titlestring(pcFilename, i + 1, pResult->nsubTunes, tuneInfo.sidModel,
 						tuneInfo.formatString, tuneInfo.infoString[0],
 						tuneInfo.infoString[1], tuneInfo.infoString[2]);
 		} else