commit | 6ed722d61f16d439c955855d0fc7a74ed7bade8a | [log] [tgz] |
---|---|---|
author | brians <brians@f308d9b7-e957-4cde-b6ac-9a88185e7312> | Tue Feb 12 03:19:55 2013 +0000 |
committer | brians <brians@f308d9b7-e957-4cde-b6ac-9a88185e7312> | Tue Feb 12 03:19:55 2013 +0000 |
tree | 00b2a2cef51495daa519c5bf473f95e6172c7de8 | |
parent | 343bc11b0ac5260c6f0401680e3bbfbdeb9a9e78 [diff] [blame] |
got stuff actually working changed port numbers etc for the new robot git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4100 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/aos/common/die.cc b/aos/common/die.cc index 195df45..00a86bb 100644 --- a/aos/common/die.cc +++ b/aos/common/die.cc
@@ -48,6 +48,7 @@ #endif } } // namespace + void VDie(const char *format, va_list args_in) { va_list args;