comparison src/console/Audacious_Driver.cxx @ 382:66e09ad0944e trunk

[svn] - really fix HES/other multitrack this time
author nenolod
date Thu, 14 Dec 2006 18:24:21 -0800
parents 53056ce7940d
children ac806e416c48
comparison
equal deleted inserted replaced
381:53056ce7940d 382:66e09ad0944e
428 } 428 }
429 result = -1; 429 result = -1;
430 } 430 }
431 } 431 }
432 } 432 }
433 else if (fh.track_specified)
434 {
435 result = 1;
436 }
437
433 return result; 438 return result;
434 } 439 }
435 440
436 // Setup 441 // Setup
437 442