Dependencies: net lpc1768 crypto clock web log
Diff: http-derived/home/http-home-query.c
- Revision:
- 29:4fe0f237fd61
- Parent:
- 28:7fb6b4e9ab80
- Child:
- 43:bf39371b4576
--- a/http-derived/home/http-home-query.c Fri Jan 18 14:37:57 2019 +0000 +++ b/http-derived/home/http-home-query.c Fri Jan 18 17:59:42 2019 +0000 @@ -14,7 +14,7 @@ { char* pName; char* pValue; - pQuery = HttpSplitQuery(pQuery, &pName, &pValue); + pQuery = HttpQuerySplit(pQuery, &pName, &pValue); if (HttpSameStr(pName, "chg-clock-leap-enable" )) ClkUtcTglNextLeapEnable (); if (HttpSameStr(pName, "chg-clock-leap-forward")) ClkUtcTglNextLeapForward();