stupid bug: format would always use user_output
This commit is contained in:
parent
83fdeab85f
commit
b84262238d
@ -1046,7 +1046,7 @@ static Int
|
|||||||
format2( USES_REGS1 )
|
format2( USES_REGS1 )
|
||||||
{ /* 'format'(Stream,Control,Args) */
|
{ /* 'format'(Stream,Control,Args) */
|
||||||
Int res;
|
Int res;
|
||||||
res = format(MkAtomTerm(AtomUserOut), Deref(ARG1),Deref(ARG2) PASS_REGS);
|
res = doformat( Deref(ARG1),Deref(ARG2), LOCAL_c_output_stream PASS_REGS);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user