Complete bug fixed in pull request #11

This commit is contained in:
silverf0x 2018-08-25 21:56:30 +02:00
parent 29d8f7c734
commit 7645b1c6a5
1 changed files with 1 additions and 1 deletions

View File

@ -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.");
}