remove a little debug message
This commit is contained in:
parent
42651f0b0c
commit
d09a8b6b4c
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ sf_count_t SFWrapper::ioGetSize() {
|
|||
}
|
||||
|
||||
sf_count_t SFWrapper::ioSeek(sf_count_t offset, int whence) {
|
||||
printf("SFWrapper: SEEK!\n");
|
||||
fseek(f,offset,whence);
|
||||
long ret=ftell(f);
|
||||
if (ret<0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue