mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
forgot this (uint32_t->int)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4114 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
451c75813d
commit
ccfee2d8e4
@ -320,7 +320,7 @@ bool ftFiMonitor::loadList(std::list<RsItem *>& load)
|
||||
|
||||
if(configMap.end() != (mit = configMap.find(watch_file_duration_ss)))
|
||||
{
|
||||
uint32_t t=0 ;
|
||||
int t=0 ;
|
||||
if(sscanf(mit->second.c_str(),"%d",&t) == 1)
|
||||
setWatchPeriod(t);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user