Eliminated a small warning.
authorKent Sutherland <ksuther@ithinksw.com>
Fri, 23 Dec 2005 09:37:09 +0000 (09:37 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Fri, 23 Dec 2005 09:37:09 +0000 (09:37 +0000)
MenuController.m

index 36b112b..ea2e1a8 100755 (executable)
         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