Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
159:3ebef2d02f7f
Parent:
140:9000ea70b220
Child:
167:3ba4e3c49631
--- 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);