Changeset 39926 in vbox for trunk/src/libs/xpcom18a4/xpcom/reflect
- Timestamp:
- Jan 31, 2012 8:45:46 PM (13 years ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiManifest.cpp
r32717 r39926 145 145 if(NS_FAILED(tempFile-> 146 146 OpenNSPRFileDesc(PR_WRONLY | PR_CREATE_FILE | PR_TRUNCATE, 147 06 66, &fd)) || !fd)147 0600, &fd)) || !fd) 148 148 { 149 149 goto out; -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiMisc.cpp
r1 r39926 86 86 OpenNSPRFileDesc(PR_WRONLY | PR_CREATE_FILE | PR_APPEND | 87 87 (append ? 0 : PR_TRUNCATE), 88 06 66, &fd)) && fd)88 0600, &fd)) && fd) 89 89 { 90 90 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.