]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found