parent
0629f502b5
commit
4bed2e57cb
|
@ -1380,7 +1380,7 @@ SHOVE::SHOVE_STATUS SHOVE::shoveIteration( int aIter )
|
|||
PNS_DBG( Dbg(), Message,
|
||||
wxString::Format( wxT( "NI: %s (%s)" ), ni->Format(), ni->Parent()
|
||||
? ni->Parent()->GetItemDescription( &up )
|
||||
: "null" ) );
|
||||
: wxString( wxT( "null" ) ) ) );
|
||||
|
||||
unwindLineStack( ni );
|
||||
|
||||
|
|
Loading…
Reference in New Issue