1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-29 18:44:21 -04:00

Offer va_list version of mlwrite.

This commit is contained in:
2015-06-12 17:05:43 +08:00
parent 405d8683dc
commit 26f0f2eb8b
5 changed files with 21 additions and 12 deletions

3
exec.c
View File

@@ -647,8 +647,7 @@ static int dobuf(struct buffer *bp)
int c ;
/* debug macro name, if levels and lastly the line */
c = mdbugout( "<<<%s:%s:%s>>>", bp->b_bname, i_to_a( execlevel),
eline) ;
c = mdbugout( "<<<%s:%d:%s>>>", bp->b_bname, execlevel, eline) ;
if( c == abortc) {
freewhile( whlist) ;
return FALSE ;