Browse Source

fixed typo

pull/48/head
orignal 10 years ago
parent
commit
604a69802b
  1. 2
      RouterInfo.cpp

2
RouterInfo.cpp

@ -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…
Cancel
Save