From 01de763e5aad722c6e61891f11ba826beea60992 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Fri, 23 Dec 2005 09:37:09 +0000 Subject: [PATCH] Eliminated a small warning. --- MenuController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MenuController.m b/MenuController.m index 36b112b..ea2e1a8 100755 --- a/MenuController.m +++ b/MenuController.m @@ -610,7 +610,7 @@ if (numSongs > 0) { int i; for (i = _currentTrack + 1; i <= _currentTrack + numSongsInAdvance && i <= numSongs; i++) { - BOOL enabled; + BOOL enabled = YES; //Check if the song at this index is enabled for playback. If it isn't, skip over it NS_DURING -- 2.20.1