> I'm not quite sure about the data structure used here, but arguments fmt > and arg1 in bformat() seem to contain no data fields:
Oh, I should assume &fmt and &arg1 contain pointers. Sorry. > (gdb) p &fmt > $44 = (const docstring *) 0xbfbfe588 > (gdb) p &arg1 > $46 = (docstring *) 0xbfbfe580 > (gdb) x/s 0xbfbfe588 > 0xbfbfe588: "[EMAIL PROTECTED],%\bD" > (gdb) x/s 0xbfbfe580> 0xbfbfe580: "[EMAIL PROTECTED],%\bD"
Koji