summaryrefslogtreecommitdiff
path: root/src/ivybuffer.c
diff options
context:
space:
mode:
authorfourdan2007-02-14 13:00:40 +0000
committerfourdan2007-02-14 13:00:40 +0000
commit018219f2fc25f76e83f4111455d7a6c678223482 (patch)
tree5cf2b45e4bda9206998ec943e476e86bf3cd9bfe /src/ivybuffer.c
parent30748deeab75a17254aba6696d137037ff2e2294 (diff)
downloadivy-c-018219f2fc25f76e83f4111455d7a6c678223482.zip
ivy-c-018219f2fc25f76e83f4111455d7a6c678223482.tar.gz
ivy-c-018219f2fc25f76e83f4111455d7a6c678223482.tar.bz2
ivy-c-018219f2fc25f76e83f4111455d7a6c678223482.tar.xz
Include patches from Michel Estienne <estienne@cena.fr> for older gcc
Diffstat (limited to 'src/ivybuffer.c')
-rw-r--r--src/ivybuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivybuffer.c b/src/ivybuffer.c
index 0d85d98..3588d06 100644
--- a/src/ivybuffer.c
+++ b/src/ivybuffer.c
@@ -27,7 +27,7 @@
#define BUFFER_SIZE 4096 /* taille buffer initiale on multiple par deux a chaque realloc */
-// fonction de formtage a la printf d'un buffer avec reallocation dynamique
+/* fonction de formtage a la printf d'un buffer avec reallocation dynamique */
int make_message(IvyBuffer* buffer, const char *fmt, va_list ap)
{
/* Guess we need no more than BUFFER_INIT_SIZE bytes. */