- Changed the external command from 'xc' to '!'.
This commit is contained in:
Paul Beckingham 2014-01-18 19:33:53 -05:00
parent 8b736934d7
commit ad3525c235

View file

@ -184,7 +184,7 @@ int main (int argc, const char** argv)
} }
// External calls. // External calls.
if (strcmp (w[1], "xc") == 0 && p.we_wordc > 2) if (strcmp (w[1], "!") == 0 && p.we_wordc > 2)
{ {
std::string combined = ""; std::string combined = "";
for (int i = 2; i < p.we_wordc - 1 ; ++i) for (int i = 2; i < p.we_wordc - 1 ; ++i)