]> git.tuebingen.mpg.de Git - paraslash.git/commit
Add missing osl() wrapper calls.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 21 Dec 2014 14:28:34 +0000 (14:28 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 14:55:53 +0000 (15:55 +0100)
commit83de7d8cce8b95628507bd151444a51e172991fb
treefd08f03b93e63575b146ab191f7509a662ddfebb
parentf5a180ad5456545b527fbf644e25309493f42434
Add missing osl() wrapper calls.

Some calls to osl library functions were missing the osl() wrapper
which transforms the osl error code into a paraslash error code.
This results in an incorrect error message on failure or worse.

print_chunk_table() and open_and_update_audio_file() of aft.c are
affected as well as the xxx_create() functions of blob.c.
aft.c
blob.c