diff src/dmgrowbuf.c @ 1477:e8fe529f4341

Rename one of the growbuf functions.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 02:26:29 +0300
parents 1155f4bc4afc
children a0166c4050be
line wrap: on
line diff
--- a/src/dmgrowbuf.c	Fri May 11 02:26:09 2018 +0300
+++ b/src/dmgrowbuf.c	Fri May 11 02:26:29 2018 +0300
@@ -125,7 +125,7 @@
 }
 
 
-BOOL dmGrowBufPutStr(DMGrowBuf *buf, const void *str, const size_t len)
+BOOL dmGrowBufPut(DMGrowBuf *buf, const void *str, const size_t len)
 {
     if (str == NULL)
         return FALSE;