Index: /trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
===================================================================
--- /trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp	(revision 59901)
+++ /trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp	(revision 59902)
@@ -533,5 +533,5 @@
                                 if (*uLoc.pu32)
                                 {
-                                    error(pszFile, "__ImageBase fixup with disp %#x at rva=%#x in section #%u '%-8.8'!\n",
+                                    error(pszFile, "__ImageBase fixup with disp %#x at rva=%#x in section #%u '%-8.8s'!\n",
                                           *uLoc.pu32, paRelocs[j].u.VirtualAddress, i, paShdrs[i].Name);
                                     fRet = false;
@@ -539,8 +539,8 @@
 
                                 if (fSeenImageBase)
-                                    return error(pszFile, "More than one __ImageBase fixup! 2nd at rva=%#x in section #%u '%-8.8'\n",
+                                    return error(pszFile, "More than one __ImageBase fixup! 2nd at rva=%#x in section #%u '%-8.8s'\n",
                                                  paRelocs[j].u.VirtualAddress, i, paShdrs[i].Name);
                                 if (g_cVerbose)
-                                    printf("Applying __ImageBase hack at rva=%#x in section #%u '%-8.8'\n",
+                                    printf("Applying __ImageBase hack at rva=%#x in section #%u '%-8.8s'\n",
                                            paRelocs[j].u.VirtualAddress, i, paShdrs[i].Name);
 
@@ -562,5 +562,5 @@
                             else
                             {
-                                error(pszFile, "__ImageBase fixup that isn't a recognized LEA at rva=%#x in section #%u '%-8.8'!\n",
+                                error(pszFile, "__ImageBase fixup that isn't a recognized LEA at rva=%#x in section #%u '%-8.8s'!\n",
                                       paRelocs[j].u.VirtualAddress, i, paShdrs[i].Name);
                                 fRet = false;
@@ -580,5 +580,5 @@
                         paRelocs[j].Type = IMAGE_REL_I386_ABSOLUTE;
                         /* Turns out wlink takes this seriously, so it usage must be checked out. */
-                        error(pszFile, "ABSOLUTE fixup at rva=%#x in section #%u '%-8.8'\n",
+                        error(pszFile, "ABSOLUTE fixup at rva=%#x in section #%u '%-8.8s'\n",
                               paRelocs[j].u.VirtualAddress, i, paShdrs[i].Name);
                         fRet = false;
@@ -586,5 +586,5 @@
 
                     default:
-                        return error(pszFile, "Unsupported fixup type %#x (%s) at rva=%#x in section #%u '%-8.8'\n",
+                        return error(pszFile, "Unsupported fixup type %#x (%s) at rva=%#x in section #%u '%-8.8s'\n",
                                      paRelocs[j].Type,
                                      paRelocs[j].Type < RT_ELEMENTS(g_apszCoffAmd64RelTypes)
