X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58dbfb4490241db88f09238231fcb3bc96f5da8d..4b7251c4ac80f95f82ac25ecfb3a9f618150cb11:/src/xbt/config.cpp diff --git a/src/xbt/config.cpp b/src/xbt/config.cpp index 8d05c901dd..e3b4f9a385 100644 --- a/src/xbt/config.cpp +++ b/src/xbt/config.cpp @@ -97,7 +97,7 @@ template class ConfigType; template <> class ConfigType { public: static constexpr const char* type_name = "int"; - static inline double parse(const char* value) + static inline int parse(const char* value) { return parse_long(value); }