Add CIRCNetwork::ExpandString

This commit is contained in:
Kyle Fuller
2011-09-12 16:16:49 +00:00
parent 6686c0de79
commit fa7ec788dd
9 changed files with 42 additions and 11 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public:
return false;
}
CString sData = m_pUser->ExpandString(GetNV("Format"));
CString sData = m_pNetwork->ExpandString(GetNV("Format"));
// If the format doesn't contain anything expandable, we'll
// assume this is an "old"-style format string.