15.07.2006, 14:12
i found some scary shit here, dini_Set wasn't writing numbers in "value", so i replaced:
with:
now it works well
Code:
strcat(tmpres,key); strcat(tmpres,"="); strcat(tmpres,value);
Code:
format(tmpres, 256, "%s=%d", key, value);