1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

fixed typo

This commit is contained in:
orignal 2014-03-19 17:27:37 -04:00
parent 72cb35fcc0
commit 604a69802b

View File

@ -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);
} }