Polishing iotest.sh by moving functions start/closeHttpServer to functions.source. Updated documentation.

This commit is contained in:
clanmills
2020-05-14 12:51:48 +01:00
parent 52205c4acc
commit c0ec4cf6a4
5 changed files with 83 additions and 74 deletions
-1
View File
@@ -80,7 +80,6 @@ int main(int argc, char* const argv[])
if ( !l ) {
Error(Exiv2::kerFileOpenFailed, fr, "w+b", strError());
}
std::cout << argv[4] << " length = " << l << std::endl;
}
FileIo fileIn(f0);