Removed a test message I forgot to remove last commit
This commit is contained in:
parent
359bad9862
commit
c072ae7382
2 changed files with 0 additions and 2 deletions
|
|
@ -93,7 +93,6 @@ int main() {
|
||||||
if(boost::filesystem::is_directory(path))
|
if(boost::filesystem::is_directory(path))
|
||||||
path/="index.html";
|
path/="index.html";
|
||||||
if(boost::filesystem::exists(path) && boost::filesystem::is_regular_file(path)) {
|
if(boost::filesystem::exists(path) && boost::filesystem::is_regular_file(path)) {
|
||||||
cout << "test" << endl;
|
|
||||||
ifstream ifs;
|
ifstream ifs;
|
||||||
ifs.open(path.string(), ifstream::in | ios::binary);
|
ifs.open(path.string(), ifstream::in | ios::binary);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,6 @@ int main() {
|
||||||
if(boost::filesystem::is_directory(path))
|
if(boost::filesystem::is_directory(path))
|
||||||
path/="index.html";
|
path/="index.html";
|
||||||
if(boost::filesystem::exists(path) && boost::filesystem::is_regular_file(path)) {
|
if(boost::filesystem::exists(path) && boost::filesystem::is_regular_file(path)) {
|
||||||
cout << "test" << endl;
|
|
||||||
ifstream ifs;
|
ifstream ifs;
|
||||||
ifs.open(path.string(), ifstream::in | ios::binary);
|
ifs.open(path.string(), ifstream::in | ios::binary);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue