16 Jul
2012
16 Jul
'12
6:20 p.m.
Hi Alan, @dcc5543c03 recently committed to github was: } - snprintf(buffer + 12 + 32, sizeof(buffer) - 45, + snprintf(buffer + 45, sizeof(buffer) - 45, " V=3 M=%s", inst->retry_msg); } I may have miscounted, but shouldn't that be: snprintf(buffer + 44, sizeof(buffer) - 44, ^^^ ^^^ ? Kind regards, James -- James J J Hooper Senior Network Specialist, University of Bristol http://wireless.bristol.ac.uk --
5105
Age (days ago)
5105
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
James JJ Hooper