Problem with gettin string from file via dini
#2

Delete:
Код:
new getname = dini_get(File, "Owner");
And change:
Код:
if(strcmp(pln,getname,false) == 0)
To:
Код:
if(strcmp(pln,dini_Get(File, "Owner"),false) == 0)
Reply


Messages In This Thread
Problem with gettin string from file via dini - by dan40o - 18.12.2014, 18:44
Re: Problem with gettin string from file via dini - by Raweresh - 18.12.2014, 18:58
Re: Problem with gettin string from file via dini - by dan40o - 18.12.2014, 19:08

Forum Jump:


Users browsing this thread: 1 Guest(s)