mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Complete bug fixed in pull request #11
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user