X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/acc3c8bdcf84549a148854209bb0d3b227c44279..a741a8b4a640568bd7b4459c867f3e42981e6c24:/csrc/pf_inner.c diff --git a/csrc/pf_inner.c b/csrc/pf_inner.c index 763b879..7b2da55 100644 --- a/csrc/pf_inner.c +++ b/csrc/pf_inner.c @@ -924,7 +924,7 @@ DBUG(("XX ah,m,l = 0x%8x,%8x,%8x - qh,l = 0x%8x,%8x\n", ah,am,al, qh,ql )); const char *famText = pfSelectFileModeCreate( TOS ); pfCopyMemory( gScratch, (char *) Temp, (uint32) Scratch ); gScratch[Scratch] = '\0'; - PRT(("Create file = %s with famTxt %s\n", gScratch, famText )); + DBUG(("Create file = %s with famTxt %s\n", gScratch, famText )); FileID = sdOpenFile( gScratch, famText ); TOS = ( FileID == NULL ) ? -1 : 0 ; M_PUSH( (cell) FileID );