Diff between e315d108283aa60fbd948eff457437f4b8a96252 and 632b388cd7251db387441f2e9e6b8b0021814588
Changed Files
| File | Additions | Deletions | Status |
| android/avctp.c | +1 | -1 | modified |
Full Patch
diff --git a/android/avctp.c b/android/avctp.c
index 4ebf2ff..d308ec1 100644
--- a/android/avctp.c
+++ b/android/avctp.c
@@ -827,7 +827,7 @@ static gboolean session_cb(GIOChannel *chan, GIOCondition cond, gpointer data)
ret -= AVCTP_HEADER_LENGTH;
if (ret < AVC_HEADER_LENGTH) {
- error("Too small AVCTP packet");
+ error("Too small AVC packet");
goto failed;
}