mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix typo
This commit is contained in:
parent
bd35054d27
commit
0ea5ccc7bc
@ -39,7 +39,7 @@ transcoder::transcoder (std::string const& encoding)
|
||||
conv_ = ucnv_open(encoding.c_str(),&err);
|
||||
if (!U_SUCCESS(err))
|
||||
{
|
||||
// NOT: conv_ should be null on error so no need to call ucnv_close
|
||||
// NOTE: conv_ should be null on error so no need to call ucnv_close
|
||||
throw std::runtime_error(std::string("could not create converter for ") + encoding);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user