comparison src/xs_sidplay.h @ 130:84bff1a4bb1c dev-0_8_0b8

Fixed minor bugs in configuration dialog handling.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Jan 2004 22:03:02 +0000
parents 54e4557859dc
children fe684a2ccdc7
comparison
equal deleted inserted replaced
129:81f107af9922 130:84bff1a4bb1c
42 sFileExt = strrchr(sFileName, '.'); 42 sFileExt = strrchr(sFileName, '.');
43 sFileExt[0] = 0; 43 sFileExt[0] = 0;
44 44
45 /* Extension */ 45 /* Extension */
46 sFileExt = strrchr(pcFilename, '.'); 46 sFileExt = strrchr(pcFilename, '.');
47
48
49 /* FIXME FIXME: get STIL-information */
50 47
51 48
52 #ifdef HAVE_XMMSEXTRA 49 #ifdef HAVE_XMMSEXTRA
53 /* Check if the titles are overridden or not */ 50 /* Check if the titles are overridden or not */
54 if (!xs_cfg.titleOverride) 51 if (!xs_cfg.titleOverride)