lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Is it safe to modify it [...] to
> 	  if (lf.f!=NULL) fclose (lf.f);
> 	  lf.f=fopen (filename,"rb");

Yes.