1
1
Jeff Squyres bf82ee2a14 btl_usnic_connectivity.h: fix PACK_BYTES macro
We're passing a char foo[x] into PACK_BYTES, so we don't need to take
its address in the macro.  This is parallel to the UNPACK_BYTES macro
(where we pass a char bar[x] into it, and don't take its address in
the macro).

The value we're packing is only used to output in a show_help message,
which is why this wasn't noticed before (i.e., it's not used in
network or addressing that would have caused a failure).

cmr=v1.8.2:reviewer=dgoodell

This commit was SVN r31594.
2014-05-01 22:23:22 +00:00
..
2014-04-29 21:49:23 +00:00
2014-04-29 21:49:23 +00:00
2014-05-01 22:17:09 +00:00
2014-05-01 21:11:39 +00:00
2014-03-19 16:09:20 +00:00