Code Browser - string problem
-
I'm not sure if this has been reported before, so please don't send out the hamsters to get me if that's the case. Anyway, I just noticed that the code browser is having a problem with escape characters. See this[^] page - view the file CSRcon.cs and scroll down to line 52. You'll see that everything after that line is treated as a string, even though the string has ended. It seems to be the escape character (marked with bold) in the following piece of code that's causing the issue:
string command = "rcon \"" + challenge_rcon + "\" " + rconPassword + " " + rconCommand + "\n";
:bob: Kristian Sixhoej Growing old is mandatory; growing up is optional. - Chili Davis
My latest tip/trick: Dragging a Borderless Form[^]
-
I'm not sure if this has been reported before, so please don't send out the hamsters to get me if that's the case. Anyway, I just noticed that the code browser is having a problem with escape characters. See this[^] page - view the file CSRcon.cs and scroll down to line 52. You'll see that everything after that line is treated as a string, even though the string has ended. It seems to be the escape character (marked with bold) in the following piece of code that's causing the issue:
string command = "rcon \"" + challenge_rcon + "\" " + rconPassword + " " + rconCommand + "\n";
:bob: Kristian Sixhoej Growing old is mandatory; growing up is optional. - Chili Davis
My latest tip/trick: Dragging a Borderless Form[^]
After major site changes, this happened with Q&A forum posts. We reported it and Chris corrected the issue in short interval. Looks like something similar out here.