GNOME Bugzilla – Bug 598810
wavenc: Fix buffer offset by moving length incrementation
Last modified: 2009-10-27 11:44:22 UTC
Created attachment 145703 [details] [review] Fix buffer offset by moving length incrementation The wavenc->length variable was being incremented by the source buffer size before the buffer offset was being set, thus producing an incorrect offset.
commit 0cbe0d6e983e74312443874a6fe917ee77e8e946 Author: Robert Swain <robert.swain@gmail.com> Date: Sun Oct 18 00:16:06 2009 +0100 wavenc: Fix buffer offset by moving length incrementation