bug fixed

This commit is contained in:
wmliang
2018-07-31 21:29:04 +08:00
parent c108da277b
commit a53bff717b
+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();
}
}