updated: to the new Pikotools API
ConfParser is now SpaceParser added: to SessionManager Session * SessionManager::FindSession(long id) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@831 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -138,7 +138,7 @@ bool TicketInfo::ParseTicketConf(long mount_dir_id, const std::wstring & path)
|
||||
conf_parser.SplitSingle(true);
|
||||
conf_tab[mount_dir_id].conf.Clear();
|
||||
|
||||
return (conf_parser.ParseString(config_file.content) == PT::ConfParser::ok);
|
||||
return (conf_parser.ParseString(config_file.content) == PT::SpaceParser::ok);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user