--- deliantra/server/common/anim.C 2006/08/29 08:01:35 1.2 +++ deliantra/server/common/anim.C 2006/08/30 16:30:36 1.3 @@ -1,6 +1,6 @@ /* * static char *rcsid_anim_c = - * "$Id: anim.C,v 1.2 2006/08/29 08:01:35 root Exp $"; + * "$Id: anim.C,v 1.3 2006/08/30 16:30:36 root Exp $"; */ /* @@ -68,7 +68,7 @@ sprintf(buf,"%s/animations", settings.datadir); LOG(llevDebug,"Reading animations from %s...", buf); if ((fp=fopen(buf,"r")) ==NULL) { - LOG(llevError, "Cannot open animations file %s: %s\n", buf, strerror_local(errno)); + LOG(llevError, "Cannot open animations file %s: %s\n", buf, strerror(errno)); exit(-1); } while (fgets(buf, MAX_BUF-1, fp)!=NULL) {