diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-29 03:32:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-05 15:53:29 +0300 |
commit | c61d6e14c08fec7658dbdc33c16b5feeece08fbf (patch) | |
tree | f090dbd27fadabebf0d685ad6bd3f9a899b18fa7 /butl/timestamp | |
parent | 0e8c95a08f87922575c9f400399258dba54df1ca (diff) |
Add process_exit
Diffstat (limited to 'butl/timestamp')
-rw-r--r-- | butl/timestamp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/timestamp b/butl/timestamp index 04a65b7..fe67bff 100644 --- a/butl/timestamp +++ b/butl/timestamp @@ -122,7 +122,7 @@ namespace butl // // Note that internally from_string() calls strptime(), which behaves // according to the process' C locale (set with std::setlocale()) and not - // the C++ locale (set with std::locale::global()). Meanwhile the behaviour + // the C++ locale (set with std::locale::global()). However the behaviour // can be affected by std::locale::global() as well, as it itself calls // std::setlocale() for the locale with a name. // |