mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user