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.
Dependents: Smart-WiFly-WebServer SignalGenerator WattEye X10Svr
Diff: IniManager.h
- Revision:
- 10:57b93035ad82
- Parent:
- 8:f128b10dfab1
- Child:
- 12:6cf929bde139
--- a/IniManager.h Mon Jul 07 15:22:19 2014 +0000 +++ b/IniManager.h Fri Jul 03 17:51:24 2015 +0000 @@ -94,7 +94,7 @@ * * @return true if the write was successful; false otherwise. */ - bool WriteString(const char * section, const char * key, char * buffer); + bool WriteString(const char * section, const char * key, const char * buffer); private: char * iniFile;