mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 12:49:18 +02:00
milek7's branch merge; model file serialization, 64bit compatibility
This commit is contained in:
@@ -5488,7 +5488,7 @@ std::vector<std::string> x;
|
||||
// *************************************************************************************************
|
||||
// Q: 20160717
|
||||
// *************************************************************************************************
|
||||
int Pos(std::string str_find, std::string in)
|
||||
size_t Pos(std::string str_find, std::string in)
|
||||
{
|
||||
size_t pos = in.find(str_find);
|
||||
return (pos != std::string::npos ? pos+1 : 0);
|
||||
|
||||
Reference in New Issue
Block a user