analog update

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@155 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2007-05-26 03:27:31 +00:00
parent 65983aa84e
commit f7bbb68847
3 changed files with 47 additions and 46 deletions

View File

@@ -242,6 +242,7 @@ void zap_buffer_zero(zap_buffer_t *buffer)
assert(buffer->data != NULL);
buffer->used = 0;
buffer->actually_used = 0;
buffer->head = buffer->data;
}