--- cf.schmorp.de/server/common/arch.C 2006/08/30 06:06:26 1.8 +++ cf.schmorp.de/server/common/arch.C 2006/08/30 11:02:15 1.9 @@ -1,6 +1,6 @@ /* * static char *rcsid_arch_c = - * "$Id: arch.C,v 1.8 2006/08/30 06:06:26 root Exp $"; + * "$Id: arch.C,v 1.9 2006/08/30 11:02:15 root Exp $"; */ /* @@ -455,11 +455,11 @@ * archetypes. */ -void second_arch_pass(FILE *fp) { +void second_arch_pass(object_thawer &thawer) { char buf[MAX_BUF],*variable=buf,*argument,*cp; archetype *at=NULL,*other; - while(fgets(buf,MAX_BUF,fp)!=NULL) { + while(fgets(buf,MAX_BUF,thawer)!=NULL) { if(*buf=='#') continue; if((argument=strchr(buf,' '))!=NULL) {