commit | 6452a89aa8934231e12ab77e0d90f12c3e892ad1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 29 12:28:13 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 30 11:25:05 2015 -0700 |
tree | dcc003dc5179111ffbc1040ccddfe40f24fa34ef | |
parent | 4f021538a662c89e2bf81b3467d2ff03e34905e2 [diff] [blame] |
More fixed-length buffer removal. Bug: http://b/20666660 Change-Id: I0c738e9fed2defed48a9cf2d0a4f7b99c08dcf3d
diff --git a/adb/transport.cpp b/adb/transport.cpp index d395a80..45740a8 100644 --- a/adb/transport.cpp +++ b/adb/transport.cpp
@@ -847,7 +847,7 @@ result = t; } else if (ttype == kTransportAny) { if (result) { - if (error_out) *error_out = "more than one device and emulator"; + if (error_out) *error_out = "more than one device/emulator"; ambiguous = 1; result = NULL; break;