mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix userlist errors producing an unhelpful message
The parsing exception handler was producing a boost::too_many_args exception.
This commit is contained in:
@@ -101,7 +101,7 @@ private:
|
||||
"documentation, which is accessible through LOOT's main menu.\n\n"
|
||||
"You can also seek support on LOOT's forum thread, which is "
|
||||
"linked to on [LOOT's website](https://loot.github.io/)."
|
||||
)) % e.what() % LootVersion::major % LootVersion::minor % LootVersion::patch).str()));
|
||||
)) % e.what()).str()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user