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.
Diff: services/http/server/impl/RPCHandler.cpp
- Revision:
- 2:816cbd922d3e
- Parent:
- 0:355018f44c9f
- Child:
- 4:d9f5c4abc5f8
--- a/services/http/server/impl/RPCHandler.cpp Thu Jul 22 00:08:38 2010 +0000 +++ b/services/http/server/impl/RPCHandler.cpp Sat Jul 24 20:59:52 2010 +0000 @@ -105,7 +105,7 @@ static const char* lGarbage[2] = {"%20", "+"}; for(int i = 0; i < 2; i++) { - while( p = strstr(data, lGarbage[i]) ) + while((p = strstr(data, lGarbage[i]))) { memset((void*) p, ' ', strlen(lGarbage[i])); }