- Timestamp:
- Feb 7, 2020 1:49:18 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136043
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrFormatV.c
r82968 r83022 541 541 cchRet += State.pfnOutput(' ', State.pvUser); 542 542 543 cchRet += cch;544 543 while (cch-- > 0) 545 544 cchRet += State.pfnOutput(*psz++, State.pvUser); -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestSub.c
r82968 r83022 64 64 do 65 65 Bs3PrintChr(' '); 66 while (cch++ < 4 9);66 while (cch++ < 48); 67 67 Bs3PrintStr(" TESTING\n"); 68 68
Note:
See TracChangeset
for help on using the changeset viewer.