changeset 7275 | 15f722e0b96f |
parent 7271 | 5608ac657362 |
child 7314 | 6171f0bad318 |
--- a/project_files/frontlib/util/buffer.h Mon Jun 25 15:21:18 2012 +0200 +++ b/project_files/frontlib/util/buffer.h Wed Jun 27 18:02:45 2012 +0200 @@ -48,8 +48,8 @@ /** * Append the provided data to the end of the vector, enlarging it as required. - * Returns the ammount of data appended, which is either len (success) or 0 (out of memory). * The vector remains unchanged if appending fails. + * Returns 0 on success. */ int flib_vector_append(flib_vector *vec, const void *data, size_t len);