View Single Post
  #4  
Old 05-08-2011, 03:29 AM
Bamzal
Sarnak
 
Join Date: Nov 2002
Location: https://discord.gg/ngqrDtyVe6
Posts: 33
Default

If thats the case then now I read it as:
if (text && !=0)

Then I would assume it should be:
Code:
text = sub_ele->Attribute("telnet");
if (text && strcasecmp(text,"enabled") == 0)
	TelnetEnabled=true;
Reply With Quote