diff options
author | login | 2023-11-23 07:54:57 +0000 |
---|---|---|
committer | login | 2023-11-23 07:54:57 +0000 |
commit | 478534343c42e53460de85b596b55bdecd4115e4 (patch) | |
tree | 3cf1cf33775d4ad9ccb7747a3a44d77313a57e8c | |
parent | 5128e4408d51d5d35af008fe8212a2ddde3bd798 (diff) |
Fixed bug in thousands separator
When the input is 0, the thousands-separator function was sending nothing. Now, it sends 0.
-rw-r--r-- | tcoin.cpp | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tcoin.cpp b/tcoin.cpp
index e3bde74..42660c6 100644
--- a/tcoin.cpp
+++ b/tcoin.cpp
|