aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_huawei.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-02-04 09:37:37 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-02-04 09:37:37 +0000
commit0dab110627d99bc1d2d5dbe1eec5765de1b287e9 (patch)
tree9fdc7d4391d5633925a8747fd1654541358e3f68 /plugin_huawei.c
parent88b4878241e82dc129591b93091f06599b3d2d67 (diff)
downloadlcd4linux-0dab110627d99bc1d2d5dbe1eec5765de1b287e9.tar.gz
small warning removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1099 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_huawei.c')
-rw-r--r--plugin_huawei.c2
1 files changed, 1 insertions, 1 deletions
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);
}