changeset 36949:6593a01b08c2

Change variable in switch statement in Win32 GUI. Adjust the code to the X11/GTK GUI.
author ib
date Sun, 23 Mar 2014 11:57:18 +0000
parents a5537f70df8e
children 277be9e37ada
files gui/win32/interface.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/interface.c	Sun Mar 23 11:52:09 2014 +0000
+++ b/gui/win32/interface.c	Sun Mar 23 11:57:18 2014 +0000
@@ -660,7 +660,7 @@
         {
             stream = data;
             guiInfo.StreamType = stream->type;
-            switch(stream->type)
+            switch(guiInfo.StreamType)
             {
                 case STREAMTYPE_DVD:
                     guiInfo.Tracks = 0;