From 0dab110627d99bc1d2d5dbe1eec5765de1b287e9 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 4 Feb 2010 09:37:37 +0000 Subject: small warning removed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1099 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_huawei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin_huawei.c') diff --git a/plugin_huawei.c b/plugin_huawei.c index 9a64bda..fbcf503 100644 --- a/plugin_huawei.c +++ b/plugin_huawei.c @@ -439,7 +439,7 @@ static char *huawei_receive(void) /* print bytes read and buffer data when debuging enabled */ if (debug) - debug("DEBUG: ->Received bytes=%i, receive buf=%s", strlen(buf), buf); + debug("DEBUG: ->Received bytes=%i, receive buf=%s", (int) strlen(buf), buf); return (buf); } -- cgit v1.2.3