diff src/xs_sidplay.h @ 106:98a72c44f56b

Fileinfo now working with rudimentary informations. Slightly buggy.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Jan 2004 23:02:04 +0000
parents 426e443240b8
children 54e4557859dc
line wrap: on
line diff
--- a/src/xs_sidplay.h	Sun Jan 11 23:02:02 2004 +0000
+++ b/src/xs_sidplay.h	Sun Jan 11 23:02:04 2004 +0000
@@ -164,7 +164,10 @@
  tuneLen = xs_songlen_get(pcFilename);
 
  /* Allocate tuneinfo structure */
- if ((pResult = xs_tune_new(pcFilename, tuneInfo.songs, tuneInfo.startSong)) == NULL)
+ pResult = xs_tune_new(pcFilename, tuneInfo.songs, tuneInfo.startSong,
+ 	tuneInfo.infoString[0], tuneInfo.infoString[1], tuneInfo.infoString[2]);
+
+ if (!pResult)
  	{
  	delete testTune;
 	return NULL;