From 7869ac7e67e44498f6049e4fbfd651bc8dbbf85c Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 22 Jul 2021 20:45:22 +0200 Subject: [PATCH] fix typo in commit f16239d --- qa/qa_utils/pcb_test_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa_utils/pcb_test_frame.cpp b/qa/qa_utils/pcb_test_frame.cpp index 4091508b54..30db64f782 100644 --- a/qa/qa_utils/pcb_test_frame.cpp +++ b/qa/qa_utils/pcb_test_frame.cpp @@ -100,7 +100,7 @@ BOARD* PCB_TEST_FRAME_BASE::LoadAndDisplayBoard( const std::string& filename ) } catch( const IO_ERROR& ioe ) { - wxPrintf( "Board Loading Error: '%s'\n", ioe.Problem().c_str() ); + wxPrintf( "Board Loading Error: '%s'\n", ioe.Problem() ); return nullptr; }