Undid the memset->malloc_set replacement

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9626 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage
2007-01-07 16:49:03 +00:00
parent 9f164c312b
commit fbe23f27a2
35 changed files with 409 additions and 469 deletions

View File

@@ -99,7 +99,7 @@ static int itemdb_readdb(void)
lines++;
if(line[0]=='/' && line[1]=='/')
continue;
malloc_tsetdword(str,0,sizeof(str));
memset(str,0,sizeof(str));
for(j=0,np=p=line;j<4 && p;j++){
str[j]=p;
p=strchr(p,',');