Switch to unified view

a/src/httpfs.cxx b/src/httpfs.cxx
...
...
199
        }
199
        }
200
    }
200
    }
201
    string presentationdata;
201
    string presentationdata;
202
    if (!presentationhtml.empty()) {
202
    if (!presentationhtml.empty()) {
203
        if (!file_to_string(presentationhtml, presentationdata, &reason)) {
203
        if (!file_to_string(presentationhtml, presentationdata, &reason)) {
204
            LOGERR("Failed reading " << iconpath << " : " << reason << endl);
204
            LOGERR("Failed reading " << presentationhtml << " : " << reason << endl);
205
        }
205
        }
206
    }
206
    }
207
207
208
    string dir("/upmpd/");
208
    string dir("/upmpd/");
209
    for (unsigned int i = 0; i < xmlfilenames.size(); i++) {
209
    for (unsigned int i = 0; i < xmlfilenames.size(); i++) {