Commit 4b1d77a3 authored by salix5's avatar salix5

Merge pull request #1430 from DailyShana/patch-7

fix
parents 8748593c 64407bb4
......@@ -649,7 +649,7 @@ void DeckBuilder::FilterCards() {
myswprintf(result_string, L"%d", results.size());
return;
}
if(pstr[0] == 0 || (pstr[0] == L'$' and pstr[1] == 0))
if(pstr[0] == 0 || (pstr[0] == L'$' && pstr[1] == 0))
pstr = 0;
auto strpointer = dataManager._strings.begin();
for(code_pointer ptr = dataManager._datas.begin(); ptr != dataManager._datas.end(); ++ptr, ++strpointer) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment