mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
use synchronized method to add map entries
This commit is contained in:
parent
2ef16d44ca
commit
854b3d9349
1 changed files with 1 additions and 2 deletions
|
@ -163,8 +163,7 @@ RelayConfigs::parse( const char* fname, ino_t prev )
|
|||
|
||||
*value++ = '\0'; /* terminate "key" substring */
|
||||
|
||||
m_values.insert( pair<string,string>
|
||||
(string(line),string(value) ) );
|
||||
SetValueFor( line, value );
|
||||
}
|
||||
fclose( f );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue