diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-02-04 09:37:37 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2010-02-04 09:37:37 +0000 |
commit | 0dab110627d99bc1d2d5dbe1eec5765de1b287e9 (patch) | |
tree | 9fdc7d4391d5633925a8747fd1654541358e3f68 | |
parent | 88b4878241e82dc129591b93091f06599b3d2d67 (diff) | |
download | lcd4linux-0dab110627d99bc1d2d5dbe1eec5765de1b287e9.tar.gz |
small warning removed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1099 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | plugin_huawei.c | 2 |
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); } |