Split IO_ERROR out of richio.* and store Problem() and Where() separately
This commit is contained in:
committed by
Wayne Stambaugh
parent
9761c881e2
commit
9ad49dc2d1
@@ -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() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user