commit | 41abe01dd4544b73fb8fcea3901786393c67d73e | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Feb 08 18:25:02 2014 -0800 |
committer | joe <joe@icarus> | Sat Feb 08 18:25:02 2014 -0800 |
tree | 246c208f387ee94fb18941ada0ef331e03d395f9 | |
parent | 30af9622f3b0631f7046ec784ef34290573ea886 [diff] [blame] |
added building for amd64 in addition to for the BBB
diff --git a/aos/prime/input/joystick_input.cc b/aos/prime/input/joystick_input.cc index 6439dbc..e53a180 100644 --- a/aos/prime/input/joystick_input.cc +++ b/aos/prime/input/joystick_input.cc
@@ -28,7 +28,7 @@ } if (!joysticks.DeserializeFrom(buffer, received)) { - LOG(WARNING, "deserializing data from %zd bytes failed\n", received); + LOG(WARNING, "deserializing data from %d bytes failed\n", received); continue; }