mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
Update RpcView.cpp
Set formatting to original RpcView style.
This commit is contained in:
+3
-3
@@ -189,9 +189,9 @@ void NTAPI InitDecompilerInfo(_In_ RpcInterfaceInfo_T* pRpcInterfaceInfo, _Out_
|
||||
{
|
||||
SymboleLength = ((UINT)wcslen(SymboleName) + 1)*sizeof(WCHAR);
|
||||
pRpcDecompilerInfo->ppProcNameTable[i] = (WCHAR*)OS_ALLOC(SymboleLength);
|
||||
if (pRpcDecompilerInfo->ppProcNameTable[i] != NULL) {
|
||||
memcpy(pRpcDecompilerInfo->ppProcNameTable[i], SymboleName, SymboleLength);
|
||||
}
|
||||
if (pRpcDecompilerInfo->ppProcNameTable[i] != NULL) {
|
||||
memcpy(pRpcDecompilerInfo->ppProcNameTable[i], SymboleName, SymboleLength);
|
||||
}
|
||||
}
|
||||
}
|
||||
PdbUninit(hPdb);
|
||||
|
||||
Reference in New Issue
Block a user