Corretta formattazione
git-svn-id: svn://10.65.10.50/trunk@1125 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
fa1717d857
commit
fbff7d949b
@ -338,8 +338,12 @@ void TTestProc::DumpReport(int err, long i, long x, int key)
|
|||||||
if (!fexist("test")) // create directory
|
if (!fexist("test")) // create directory
|
||||||
#if XVT_OS==XVT_OS_SCOUNIX
|
#if XVT_OS==XVT_OS_SCOUNIX
|
||||||
mkdir("test",0777);
|
mkdir("test",0777);
|
||||||
|
#else
|
||||||
|
#ifdef __WATCOMC__
|
||||||
|
mkdir("test");
|
||||||
#else
|
#else
|
||||||
_mkdir("test");
|
_mkdir("test");
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
RandomFile.format("test%crnd%d.dat",Separator,rnum++);
|
RandomFile.format("test%crnd%d.dat",Separator,rnum++);
|
||||||
if ((fp=fopen((const char*)RandomFile,"w"))!=NULL)
|
if ((fp=fopen((const char*)RandomFile,"w"))!=NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user