Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fd834c7 authored by Sadaf Ebrahimi's avatar Sadaf Ebrahimi Committed by Gerrit Code Review
Browse files

Merge "Edit tests to adjust with changes in libxml2 upgrade" into main

parents 8029a056 351f681e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ namespace {
std::string substitute(const char* fmt, const char* param) {
    std::string buffer(static_cast<size_t>(strlen(fmt) + strlen(param)), '\0');
    snprintf(buffer.data(), buffer.size(), fmt, param);
    buffer.resize(strlen(buffer.c_str()));
    return buffer;
}