View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 06-17-2017 , 19:47   Re: WebLync 0.0.5 - A working MOTD redirection service for CS:GO
Reply With Quote #60

Quote:
Originally Posted by xlenonz View Post
bug for last char url

line 476
Code:
	char[] url = new char[urllength];
replace
Code:
	char[] url = new char[++urllength];

Edit: I'm a duck head lol.
Edit2: Added this to the second thread post. I'll patch it up today.

Please disregard the below.

Get string length for natives is short by one char as it doesn't include the null terminator. This pre increment is required and a bug will be presented if removed.
__________________

Last edited by Neuro Toxin; 06-17-2017 at 19:52.
Neuro Toxin is offline