# HG changeset patch # User Matti Hamalainen # Date 1131526501 0 # Node ID 684d09ff564bab2712b85543cf930f5d3fa747e1 # Parent 1222cff759c6642ed27827419c4a6a5aace696e1 *** empty log message *** diff -r 1222cff759c6 -r 684d09ff564b src/xs_sidplay.h --- 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