]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/other/smux/sensors.cpp
Remove x2str/unsigned2str in favor of std::to_string.
[stg.git] / stargazer / plugins / other / smux / sensors.cpp
index f52a413b7aeff6543e3a4ccf32da5e67012cc0cf..21e48ddc5f6ccc89d7d75a7b3ecfb243d89dafdd 100644 (file)
@@ -41,9 +41,7 @@ while (!users.SearchNext(handle, &user))
 
 users.CloseSearch(handle);
 
-std::string res;
-x2str(count, res);
-return res;
+return std::to_string(count);
 }
 #endif