brglng / libwave

A simple C library for reading/writing PCM wave (.wav) files
Mozilla Public License 2.0
80 stars 20 forks source link

Missing wave_errno #10

Closed gson1703 closed 5 months ago

gson1703 commented 6 months ago

Various comments in wave.h refer to wave_errno, but no such name appears to be defined.

brg1ng commented 5 months ago

@gson1703 Please use wave_err instead. Sorry for obsolete docs. I will update the comments when I have time.