Changeset 28252 in vbox
- Timestamp:
- Apr 13, 2010 2:10:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp
r26627 r28252 2640 2640 { 2641 2641 const nsXPTParamInfo ¶mInfo = aInfo->GetParam(i); 2642 if ( aParams[i].val.p && (paramInfo.IsOut() || paramInfo.IsRetval()))2642 if ((paramInfo.IsOut() || paramInfo.IsRetval()) && aParams[i].val.p) 2643 2643 { 2644 2644 const nsXPTType &type = paramInfo.GetType();
Note:
See TracChangeset
for help on using the changeset viewer.