Index: nativeparser.cpp
===================================================================
--- nativeparser.cpp (revision 5323)
+++ nativeparser.cpp (working copy)
@@ -1136,8 +1136,8 @@
--x;
if (x > 0 &&
- (line.GetChar(x) == '>' && line.GetChar(x - 1) == '-') ||
- (line.GetChar(x) == ':' && line.GetChar(x - 1) == ':'))
+ ((line.GetChar(x) == '>' && line.GetChar(x - 1) == '-') ||
+ (line.GetChar(x) == ':' && line.GetChar(x - 1) == ':')))
{
x -= 2;
repeat = true;
look it.
it lose '(' and ')'
:lol:
Yep. Looks like a typo to me.