Changeset 80566 in vbox
- Timestamp:
- Sep 3, 2019 1:00:21 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/bldprogs/VBoxCompilerPlugInsCommon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsCommon.cpp
r76553 r80566 420 420 } 421 421 422 case 'R': 423 if ( pszFmt[0] == 'h' 424 && pszFmt[1] == 'X') 425 { 426 VFmtChkRequirePresentArg(pState, pszPct, iArg, "Expected argument"); 427 iArg++; 428 } 429 RT_FALL_THROUGH(); 430 422 431 default: 423 432 VFmtChkRequirePresentArg(pState, pszPct, iArg, "Expected argument");
Note:
See TracChangeset
for help on using the changeset viewer.

