- Fixed text writing in poldiwrite

This commit is contained in:
koennecke
2007-04-26 14:34:00 +00:00
parent bb5ea2c432
commit 524dac0fbf
2 changed files with 4 additions and 4 deletions

View File

@ -223,7 +223,7 @@ static void PoldiStart(pPolterdi self, SConnection *pCon)
return;
}
/* create a Nexus file */
NXopen(self->pFile,NXACC_CREATE,&hfil);
NXopen(self->pFile,NXACC_CREATE5,&hfil);
if(!hfil)
{
SCWrite(pCon,"ERROR: cannot create data file ",eError);