Changeset 56981 in vbox
- Timestamp:
- Jul 18, 2015 6:59:20 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsCommon.cpp
r56977 r56981 141 141 VFmtChkRequireIntArg(pState, pszPct, iArg, "precision should be an 'int' sized argument"); 142 142 iArg++; 143 cch Width= 0;143 cchPrecision = 0; 144 144 } 145 145 else
Note:
See TracChangeset
for help on using the changeset viewer.