diff options
author | login | 2023-11-22 09:54:04 +0000 |
---|---|---|
committer | login | 2023-11-22 09:54:04 +0000 |
commit | 5128e4408d51d5d35af008fe8212a2ddde3bd798 (patch) | |
tree | 68a51350527d108781bc07dac27e6d4b9bd9289f | |
parent | ec88d6193483984a3a2f8351e40ff0994e7c0946 (diff) |
Fix to thousands separator function
The thousands separator function used to add leading zeros to numbers less than three digits. That has been fixed now.
-rw-r--r-- | tcoin.cpp | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tcoin.cpp b/tcoin.cpp
index 2c728a2..e3bde74 100644
--- a/tcoin.cpp
+++ b/tcoin.cpp
|