Format traffic stats to not show bytes, but stuff like KiB and MiB etc

This adds CString::ToByteStr() for such jobs!


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1038 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-05-05 21:33:34 +00:00
parent 7d0314f416
commit 4ada00f542
3 changed files with 32 additions and 12 deletions
+1
View File
@@ -129,6 +129,7 @@ public:
static CString ToPercent(double d);
static CString ToKBytes(double d);
static CString ToByteStr(unsigned long long d);
bool ToBool() const;
short ToShort() const;