diff src/xs_fileinfo.c @ 753:36c6a6e629bb

Rename some variables.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 18:51:11 +0200
parents 55eea3fa8868
children 8f0d11865742
line wrap: on
line diff
--- a/src/xs_fileinfo.c	Mon Nov 05 18:47:33 2012 +0200
+++ b/src/xs_fileinfo.c	Mon Nov 05 18:51:11 2012 +0200
@@ -187,7 +187,7 @@
     /* Get new tune information */
     XS_MUTEX_LOCK(xs_fileinfowin);
     XS_MUTEX_LOCK(xs_status);
-    if ((tmpInfo = xs_status.sidPlayer->plrGetSIDInfo(tmpFilename)) == NULL) {
+    if ((tmpInfo = xs_status.engine->plrGetSIDInfo(tmpFilename)) == NULL) {
         XS_MUTEX_UNLOCK(xs_fileinfowin);
         XS_MUTEX_UNLOCK(xs_status);
         return;