Dependencies: net 1-wire lpc1768 crypto clock web fram log
/media/uploads/andrewboyson/heating.sch
/media/uploads/andrewboyson/heating.brd
/media/uploads/andrewboyson/eagle.epf
Diff: http-derived/system/http-system-query.c
- Revision:
- 26:85e3becbebc9
- Parent:
- 25:f73966bd9b43
- Child:
- 28:bb55def47737
--- a/http-derived/system/http-system-query.c Fri Jan 18 14:37:32 2019 +0000 +++ b/http-derived/system/http-system-query.c Fri Jan 18 17:59:13 2019 +0000 @@ -17,9 +17,9 @@ { char* pName; char* pValue; - pQuery = HttpSplitQuery(pQuery, &pName, &pValue); + pQuery = HttpQuerySplit(pQuery, &pName, &pValue); - HttpDecodeValue(pValue); + HttpQueryUnencode(pValue); int value = (int)strtol(pValue, NULL, 10);