diff --git a/OpenFK/OFK.Common/RDFManager.cs b/OpenFK/OFK.Common/RDFManager.cs index a3c8388..bdfc1c5 100644 --- a/OpenFK/OFK.Common/RDFManager.cs +++ b/OpenFK/OFK.Common/RDFManager.cs @@ -59,7 +59,7 @@ namespace OpenFK if (col[currentCol][i] == character) { ret[pos++] = (char)i; - if (i == (char)0x3E) + if (i == 0x3E) { endchar = pos; }