small warning removed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1099 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2010-02-04 09:37:37 +00:00
parent 88b4878241
commit 0dab110627
+1 -1
View File
@@ -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);
}