diff --git a/src/meta/aifc.c b/src/meta/aifc.c index 00d28c84..900bacac 100644 --- a/src/meta/aifc.c +++ b/src/meta/aifc.c @@ -251,7 +251,7 @@ VGMSTREAM * init_vgmstream_aifc(STREAMFILE *streamFile) { * will become apparent. * We shouldn't have a loop point that overflows an int32_t * anyway. */ - if (loop_start >= 0 && loop_end >= 0) loop_flag = 1; + loop_flag = 1; if (loop_start==loop_end) loop_flag = 0; } }