Merge pull request #11 from wmliang/master

bug fixed
This commit is contained in:
silverf0x
2018-08-25 21:42:29 +02:00
committed by GitHub
+2 -2
View File
@@ -42,7 +42,7 @@ static const char WidgetName[] = "RpcView";
//------------------------------------------------------------------------------
void MainWindow_C::InterfaceSelected(quint32 Pid, RPC_IF_ID* pIf)
{
CHAR SymbolPath;
CHAR SymbolPath[MAX_PATH] = {0};
if (GetEnvironmentVariableA("RpcViewSymbolPath",&SymbolPath,sizeof(SymbolPath))==0)
{
@@ -830,4 +830,4 @@ MainWindow_C::MainWindow_C(RpcCore_T* pRpcCore)
if (this->RefreshSpeedInMs) pRefreshTimer->start(this->RefreshSpeedInMs);
InitColumnsDialog();
}
}