added: to TextStream<> and Log:

operator<<(const tm & tm_)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@797 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-01-19 20:50:42 +00:00
parent 8b64b5d372
commit 4311f06ade
4 changed files with 37 additions and 3 deletions

View File

@@ -49,6 +49,8 @@ void SelectDefaultFunction(PluginInfo & info)
{
if( info.system->mounts.pmount->type == ticket_info.mount_type_ticket )
{
// !! moze dac fun_ticket tylko dla itemow ktore nie sa plikami statycznymi...
if( info.cur->request->is_item )
info.cur->request->function = &fun_ticket;
else