Improve slang, especially in user-visible parts
This commit is contained in:
parent
03c1b6be23
commit
fd1b94e307
17 changed files with 22 additions and 35 deletions
|
|
@ -64,7 +64,7 @@ int AudioStreamPlaybackOGGVorbis::_ov_seek_func(void *_f, ogg_int64_t offs, int
|
|||
fa->seek_end(offs);
|
||||
} else {
|
||||
|
||||
ERR_PRINT("BUG, wtf was whence set to?\n");
|
||||
ERR_PRINT("Vorbis seek function failure: Unexpected value in _whence\n");
|
||||
}
|
||||
int ret = fa->eof_reached() ? -1 : 0;
|
||||
//printf("returning %i\n",ret);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue