Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
3:2dc2592bae5e
Parent:
1:6ec9998427ad
Child:
16:7f1d6d359787
--- a/internal/file/FileInterface.cpp	Mon Aug 11 03:38:27 2014 -0700
+++ b/internal/file/FileInterface.cpp	Mon Aug 11 03:44:25 2014 -0700
@@ -172,6 +172,8 @@
 const char* FileInterface::fileFlagsToStr(FileFlags flags, char *buffer)
 {
     SET_STR_BUFFER(buffer, 64);
+    char *buf = ptr;
+
     static const char* const flag_strings[] = {
             "Valid",
             "Executable",