Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
116:5de54f09f754
Parent:
107:f1ee3e1eb126
Child:
122:3e4a1ed4bad5
--- a/operation/PollThread.cpp	Mon May 18 09:29:12 2015 +0000
+++ b/operation/PollThread.cpp	Wed May 20 09:55:49 2015 +0000
@@ -15,7 +15,7 @@
         for (const char* p = skipHTTPHeader(buf); isalnum(*p); ++p, ++i) {
                 bayeuxId[i] = *p;
         }
-        bayeuxId[i] = '\0';
+        bayeuxId[i] = 0;
         return bayeuxId[0];
 }