From ece470b4fb4b5243ebf7fafba589324ced141a25 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Mon, 7 Jul 2014 00:59:58 -0500 Subject: [PATCH] netlist_stuff --- pcbnew/dialogs/dialog_netlist.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_netlist.cpp b/pcbnew/dialogs/dialog_netlist.cpp index 728af0acec..ccbb6341af 100644 --- a/pcbnew/dialogs/dialog_netlist.cpp +++ b/pcbnew/dialogs/dialog_netlist.cpp @@ -432,7 +432,6 @@ bool DIALOG_NETLIST::verifyFootprints( const wxString& aNetlistFilename, return false; } - #if defined( DEBUG ) { m_MessageWindow->Clear(); @@ -440,7 +439,7 @@ bool DIALOG_NETLIST::verifyFootprints( const wxString& aNetlistFilename, STRING_FORMATTER sf; - netlist.Format( &sf, 0 ); + netlist.Format( "netlist_stuff", &sf, 0 ); rpt.Report( FROM_UTF8( sf.GetString().c_str() ) ); }