You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
473 B

diff -u -r ../timew-1.0.0/src/libshared/src/Pig.cpp ./src/libshared/src/Pig.cpp
--- ../timew-1.0.0/src/libshared/src/Pig.cpp 2016-08-17 17:22:34.000000000 -0400
+++ ./src/libshared/src/Pig.cpp 2016-09-05 17:58:52.282716956 -0400
@@ -251,7 +251,7 @@
if (_cursor > save)
{
- result = std::strtoimax (_text.substr (save, _cursor - save).c_str (), NULL, 10);
+ result = strtoimax (_text.substr (save, _cursor - save).c_str (), NULL, 10);
return true;
}