mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
fix typo
This commit is contained in:
@@ -691,7 +691,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
std::vector<path_t> tokens;
|
std::vector<path_t> tokens;
|
||||||
split(tokens, output_filename, boost::is_any_of("."));
|
split(tokens, output_filename, boost::is_any_of("."));
|
||||||
std::vector<path_t>::iterator tok_itxer;
|
std::vector<path_t>::iterator tok_iter;
|
||||||
path_t ext = *(tokens.end() - 1);
|
path_t ext = *(tokens.end() - 1);
|
||||||
path_t dot;
|
path_t dot;
|
||||||
dot = '.';
|
dot = '.';
|
||||||
|
|||||||
Reference in New Issue
Block a user