Split IO_ERROR out of richio.* and store Problem() and Where() separately

This commit is contained in:
Dick Hollenbeck
2016-09-20 11:56:18 -04:00
committed by Wayne Stambaugh
parent 9761c881e2
commit 9ad49dc2d1
47 changed files with 394 additions and 362 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ bool GITHUB_GETLIBLIST::remoteGetJSON( const std::string& aFullURLCommand, wxStr
std::string msg = StrPrintf( fmt.c_str(),
aFullURLCommand.c_str(),
TO_UTF8( ioe.errorText ) );
TO_UTF8( ioe.What() ) );
*aMsgError = FROM_UTF8( msg.c_str() );
}