Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: resolve/ar6.c
- Revision:
- 159:3ebef2d02f7f
- Parent:
- 140:9000ea70b220
- Child:
- 167:3ba4e3c49631
diff -r 3adf725c0804 -r 3ebef2d02f7f resolve/ar6.c
--- a/resolve/ar6.c Sat Sep 07 18:57:57 2019 +0000
+++ b/resolve/ar6.c Tue Sep 24 18:16:12 2019 +0000
@@ -166,7 +166,7 @@
HttpAddF("%4u ", (MsTimerCount - records[i].elapsed) / 1000 / 60);
int ipLen = Ip6AddressHttp(records[i].ip);
- HttpFillChar(' ', 40 - ipLen);
+ HttpAddFillChar(' ', 40 - ipLen);
MacHttp(records[i].mac);