mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue