comparison src/xs_title.c @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents c1a5b5cf2f28
children 9b5704548219
comparison
equal deleted inserted replaced
229:7bb9e20e3092 230:608f31f6c095
43 43
44 44
45 gchar *xs_make_titlestring(gchar *pcFilename, 45 gchar *xs_make_titlestring(gchar *pcFilename,
46 gint iSubTune, 46 gint iSubTune,
47 gint iSidModel, 47 gint iSidModel,
48 gchar *formatString, gchar *infoString0, 48 const gchar *formatString, const gchar *infoString0,
49 gchar *infoString1, gchar *infoString2) 49 const gchar *infoString1, const gchar *infoString2)
50 { 50 {
51 gchar *tmpFilename, *tmpFilePath, *tmpFileExt, *pcStr, *pcResult, 51 gchar *tmpFilename, *tmpFilePath, *tmpFileExt, *pcStr, *pcResult,
52 tmpStr[VBUFSIZE], tmpBuf[VBUFSIZE]; 52 tmpStr[VBUFSIZE], tmpBuf[VBUFSIZE];
53 gint iIndex; 53 gint iIndex;
54 #ifdef HAVE_XMMSEXTRA 54 #ifdef HAVE_XMMSEXTRA