mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2025-01-14 01:29:46 +00:00
Cleanup debug messages
This commit is contained in:
parent
bd0474297c
commit
7820c58ab7
12
prodos.cpp
12
prodos.cpp
@ -386,12 +386,6 @@ bool doCopy( ProDOS_FileHeader_t *entry, const char *filename )
|
|||||||
size_t nExtLen = 0;
|
size_t nExtLen = 0;
|
||||||
bool bCopiedName = false;
|
bool bCopiedName = false;
|
||||||
|
|
||||||
#if DEBUG_MAIN
|
|
||||||
printf( "----------\n" );
|
|
||||||
printf( "+ %s\n", pSrcFileName );
|
|
||||||
printf( " Len: \n", nSrcLen );
|
|
||||||
printf( "----------\n" );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Chop extension down to leading '.' plus max 3 chars
|
// Chop extension down to leading '.' plus max 3 chars
|
||||||
if( pExt )
|
if( pExt )
|
||||||
@ -508,10 +502,14 @@ void readVolume( int nArg, const char *aArg[], int *iArg )
|
|||||||
errorBadDisk();
|
errorBadDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if DEBUG_MAIN
|
||||||
|
printf( "nArg: %d\n", nArg );
|
||||||
|
printf( "iArg: %d\n", *iArg );
|
||||||
|
#endif
|
||||||
gpPath = getVirtualPath( nArg, aArg, iArg, true );
|
gpPath = getVirtualPath( nArg, aArg, iArg, true );
|
||||||
|
|
||||||
#if DEBUG_MAIN
|
#if DEBUG_MAIN
|
||||||
printf( "path: %s\n", gpPath );
|
printf( "virtual path: %s\n", gpPath );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
prodos_GetVolumeHeader( &gVolume, PRODOS_ROOT_BLOCK );
|
prodos_GetVolumeHeader( &gVolume, PRODOS_ROOT_BLOCK );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user