mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Moved CUtils::ToString() into CString class
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@248 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -107,8 +107,8 @@ void CModule::ListTimers() {
|
||||
|
||||
Table.AddRow();
|
||||
Table.SetCell("Name", pTimer->GetName());
|
||||
Table.SetCell("Secs", CUtils::ToString(pTimer->GetInterval()));
|
||||
Table.SetCell("Cycles", ((uCycles) ? CUtils::ToString(uCycles) : "INF"));
|
||||
Table.SetCell("Secs", CString::ToString(pTimer->GetInterval()));
|
||||
Table.SetCell("Cycles", ((uCycles) ? CString::ToString(uCycles) : "INF"));
|
||||
Table.SetCell("Description", pTimer->GetDescription());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user