namespace PT renamed to pt
This commit is contained in:
@@ -56,7 +56,7 @@ void winix_cur_time(Info & i)
|
||||
{
|
||||
static char buffer[100];
|
||||
|
||||
PT::Date & date = cur->request->start_date;
|
||||
pt::Date & date = cur->request->start_date;
|
||||
|
||||
sprintf(buffer, "%02d:%02d:%02d", date.hour, date.min, date.sec);
|
||||
i.out << buffer;
|
||||
|
Reference in New Issue
Block a user