From 56075857f227c199a342d79c8beca7d913c100ac Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 22 Jun 2010 13:05:49 +0000 Subject: [PATCH] debug git-svn-id: svn://ttmath.org/publicrep/winix/trunk@613 e52654a7-88a9-db11-a3e9-0013d4bc506e --- templates/item.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/item.cpp b/templates/item.cpp index cb297aa..0d64517 100755 --- a/templates/item.cpp +++ b/templates/item.cpp @@ -521,7 +521,14 @@ void item_tab_dates_equal(Info & i) ptm1->tm_min == ptm2->tm_min && ptm1->tm_sec == ptm2->tm_sec; - i.out << ""; + i.out << ""; } }