Commit a03be5a8 authored by Max Kellermann's avatar Max Kellermann

lib/icu/Converter: add missing <>

parent 39c5bb95
......@@ -96,7 +96,7 @@ DoConvert(GIConv conv, const char *src)
if (n == static_cast<size_t>(-1) || in_left > 0)
return nullptr;
return AllocatedString::Duplicate(buffer, sizeof(buffer) - out_left);
return AllocatedString<>::Duplicate(buffer, sizeof(buffer) - out_left);
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment