Complete bug fixed in pull request #11
This commit is contained in:
parent
29d8f7c734
commit
7645b1c6a5
|
@ -44,7 +44,7 @@ void MainWindow_C::InterfaceSelected(quint32 Pid, RPC_IF_ID* pIf)
|
|||
{
|
||||
CHAR SymbolPath[MAX_PATH] = {0};
|
||||
|
||||
if (GetEnvironmentVariableA("RpcViewSymbolPath",&SymbolPath,sizeof(SymbolPath))==0)
|
||||
if (GetEnvironmentVariableA("RpcViewSymbolPath",SymbolPath,sizeof(SymbolPath))==0)
|
||||
{
|
||||
StatusBar.showMessage("Symbol path not configured.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue