mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed typo
This commit is contained in:
parent
72cb35fcc0
commit
604a69802b
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace data
|
||||||
m_Properties[key] = value;
|
m_Properties[key] = value;
|
||||||
|
|
||||||
// extract caps
|
// extract caps
|
||||||
if (strcmp (key, "caps"))
|
if (!strcmp (key, "caps"))
|
||||||
ExtractCaps (value);
|
ExtractCaps (value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue