VirtualBox

Changeset 8688

Show
Ignore:
Timestamp:
05/07/08 23:56:10 (8 months ago)
Author:
vboxsync
Message:

added paranoid parenthesis

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r8684 r8688  
    275275#define ComAssertComRC(rc)  AssertComRC (rc) 
    276276#else 
    277 #define ComAssertComRC(rc)  ComAssertMsg (SUCCEEDED (rc), ("COM RC = %Rhrc (0x%08X)\n", rc, rc)) 
     277#define ComAssertComRC(rc)  ComAssertMsg (SUCCEEDED (rc), ("COM RC = %Rhrc (0x%08X)\n", (rc), (rc))) 
    278278#endif 
    279279 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy