diff options
author | login (envs.net) | 2020-02-22 01:53:32 +0000 |
---|---|---|
committer | login (envs.net) | 2020-02-22 01:53:32 +0000 |
commit | 37a0ec67d4ab00a2470c0e7acf6df844a5c5c5cf (patch) | |
tree | 7694a5913ca37614a62f1e33a99cdc97fb6db873 | |
parent | 46f3de4bc1412315092270cfd76dab368564bc4d (diff) |
Many instances of \u23CE were left unmodified, so those were changed too
I had forgotten to change \u23CE to <new-line> and introduce a check for <vertical-tab> in many many places in tcoin.cpp and pcoin.cpp. I should probably put these things in some kind of function so I don't repeat myself. I'll probably do that in a future commit.
-rw-r--r-- | pcoin.cpp | 0 | ||||
-rw-r--r-- | tcoin.cpp | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp index 7a15fff..c127552 100644 --- a/pcoin.cpp +++ b/pcoin.cpp diff --git a/tcoin.cpp b/tcoin.cpp index 393a2bb..b9da553 100644 --- a/tcoin.cpp +++ b/tcoin.cpp |