janstary / sox

resurrect SoX
Other
5 stars 1 forks source link

do error messaging with err(3) #50

Open janstary opened 4 months ago

janstary commented 4 months ago

SoX uses its own homegrown printf()s to display error and crash messages. Replace that with the standard err(3) interface.