Skip to content

Commit

Permalink
Fixed bug in StripANSI where it stopped at a semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed May 27, 2014
1 parent f6c9e09 commit c5f0dc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripting/methods/methods_utilities.cpp
Expand Up @@ -90,7 +90,6 @@ long length;
p++; // skip the [

while (*p != 0 &&
*p != ';' &&
*p != 'm')
p++;

Expand Down

0 comments on commit c5f0dc8

Please sign in to comment.