mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed typo
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user