Skip to content

Commit

Permalink
Determine correct ICU version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Nov 28, 2024
1 parent dc17364 commit 505caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Locale.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static int getICUVersion(void* libHandle) {
{
return false;
}
std::string fileName = error.substr(nPos);
std::string fileName = error.substr(0,nPos);

int version = -1;

Expand Down

0 comments on commit 505caad

Please sign in to comment.