From e0af098a52a50ff9ce4f9ee6c670bfa305f9c783 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Mon, 25 Oct 2010 10:44:21 +0900 Subject: [PATCH] remove comments --- src/xcnphandler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xcnphandler.c b/src/xcnphandler.c index 38784a8..c4b4353 100755 --- a/src/xcnphandler.c +++ b/src/xcnphandler.c @@ -115,7 +115,6 @@ int add_to_storage_buffer(void *data, char *src, int len) if (len <= 0) return -1; - // FIXME: replace magic number to a define if (g_lastest_content == NULL) g_lastest_content = malloc(sizeof(char)*(HISTORY_QUEUE_TXT_ITEM_SIZE)); if (g_history_pos >= HISTORY_QUEUE_MAX_TXT_ITEMS) -- 2.7.4