#6

Quote:
Originally Posted by Jefff
Посмотреть сообщение
because you are using strcmp in test, use
if(text[0] && !strcmp(text, ...)) // test ok
or add
if (!strlen(text)) return (0);
before test
Ahh yea!
Thanks! It worked!
Reply


Messages In This Thread
Hey. - by GShock - 17.04.2015, 21:18
Re: Hey. - by Ahmad45123 - 17.04.2015, 21:30
Re: Hey. - by Vince - 17.04.2015, 21:41
Re: Hey. - by GShock - 17.04.2015, 21:42
Re: Hey. - by Jefff - 17.04.2015, 22:06
Re: Hey. - by GShock - 17.04.2015, 22:23

Forum Jump:


Users browsing this thread: 1 Guest(s)