.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@6873 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-05 20:29:04 +00:00
parent 8f8e019bd0
commit 9f7b9cab4f

View file

@ -19,6 +19,7 @@ void WebWord::ShowInfo()
{
String s;
s << "Mem " << MemoryUsedKb() << " KB";
static int sent_prev;
#ifdef PLATFORM_TURTLE
int secs = GetSysTime() - Ctrl::stat_started;
Time tm = Time(1, 1, 1, 0, 0, 0) + secs;