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: matchLine.cpp
- Revision:
- 5:6105553963bb
- Parent:
- 4:acfd6fbf9f9e
- Child:
- 6:d4d781f31f70
diff -r acfd6fbf9f9e -r 6105553963bb matchLine.cpp --- a/matchLine.cpp Sun Jul 05 08:09:02 2015 +0000 +++ b/matchLine.cpp Fri Oct 23 05:51:49 2015 +0000 @@ -36,6 +36,7 @@ removeCRLF(line) ; list.push_back(line) ; } + fclose(fp) ; return true ; }