mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
remove a debug printf
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@270 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
ea9aad22e1
commit
5cd7897407
@ -246,7 +246,6 @@ VGMSTREAM * init_vgmstream_aifc(STREAMFILE *streamFile) {
|
||||
* will become apparent.
|
||||
* We shouldn't have a loop point that overflows an int32_t
|
||||
* anyway. */
|
||||
printf("%d %d\n",loop_start,loop_end);
|
||||
if (loop_start >= 0 && loop_end >= 0) loop_flag = 1;
|
||||
if (loop_start==loop_end) loop_flag = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user