desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8687e31b54767faf498f6c08a132d714e327cd05 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sun Oct 16 19:55:47 2016 +0200 typo Change-Id: I88c404d8e46ba87017af2167fd31dc9dd8758082 diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index a7a6ea9..f87510b 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -110,7 +110,7 @@ std::string to_string(T x) return stream.str(); } -long stol( const std::string& str, std::size_t* /*pos*/ = 0, int base = 10 ); +long stol( const std::string& str, std::size_t* /*pos*/ = 0, int base = 10 ) { char* end; return strtol(str.c_str(), &end, base); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits