From 6f6d40ce41b8bce57db9c88b8a04386eb0d944b0 Mon Sep 17 00:00:00 2001 From: Ferràn Quer i Guerrero Date: Tue, 13 May 2014 12:04:49 +0000 Subject: [PATCH] // join_buf --> realloc. Marcat per a implementar amb realloc en comptes de free+alloc --- Project/applications/smartcities/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/applications/smartcities/buffer.c b/Project/applications/smartcities/buffer.c index bd3aa6d..b48af0f 100644 --- a/Project/applications/smartcities/buffer.c +++ b/Project/applications/smartcities/buffer.c @@ -80,7 +80,7 @@ for(j=0;j<4;j++){ } } - +//realloc char** join_buf(char** buf, uint32_t *buf_len){ char** n_buf; int len= *buf_len; -- libgit2 0.22.2