View | Details | Raw Unified | Return to issue 5957
Collapse All | Expand All

(-)ldump.cxx (-2 / +3 lines)
Lines 470-477 Link Here
470
	FILE *pFp;
470
	FILE *pFp;
471
	pFp = fopen (cBName,"w+");
471
	pFp = fopen (cBName,"w+");
472
	if (!pFp)
472
	if (!pFp)
473
		fprintf( stderr, "Error opening DataBase File\n" );
473
	{	fprintf( stderr, "\nError opening DataBase File:%s\n",cBName );
474
474
		DumpError( 600 );
475
	}
475
	LibExport *pData;
476
	LibExport *pData;
476
	for ( unsigned long i=0; i < nBaseLines+10; i++ )
477
	for ( unsigned long i=0; i < nBaseLines+10; i++ )
477
	{
478
	{

Return to issue 5957