VirtualBox

Changeset 98660 in vbox


Ignore:
Timestamp:
Feb 20, 2023 4:14:07 PM (22 months ago)
Author:
vboxsync
Message:

VBoxDef2LazyLoad.cpp: Improve a few error messages and comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxDef2LazyLoad.cpp

    r98103 r98660  
    234234                    if (!g_fIgnoreData)
    235235                    {
    236                         fprintf(stderr, "%s:%u: error: Cannot wrap up DATA export '%.*s'.\n",
     236                        fprintf(stderr, "%s:%u: error: Cannot process DATA export '%.*s'.\n",
    237237                                pszInput, iLine, cchName, pchName);
    238238                        return RTEXITCODE_SUCCESS;
     
    241241                else if (!WORD_CMP(psz, cch, "PRIVATE"))
    242242                {
    243                     fprintf(stderr, "%s:%u: error: Cannot wrap up DATA export '%.*s'.\n",
     243                    fprintf(stderr, "%s:%u: error: Cannot process DATA export '%.*s'.\n",
    244244                            pszInput, iLine, cchName, pchName);
    245245                    return RTEXITCODE_SUCCESS;
     
    300300    if (feof(pInput))
    301301        return RTEXITCODE_SUCCESS;
    302     fprintf(stderr, "error: Read while reading '%s' (iLine=%u).\n", pszInput, iLine);
     302    fprintf(stderr, "error: Incompletely read '%s' (iLine=%u).\n", pszInput, iLine);
    303303    return RTEXITCODE_FAILURE;
    304304}
     
    401401    fprintf(pOutput,
    402402            ";\n"
    403             "; Import pointers. Initialized to point a lazy loading stubs.\n"
     403            "; Import pointers. Initialized to point to lazy loading stubs.\n"
    404404            ";\n"
    405405            "BEGINDATA\n"
     
    10561056    fprintf(pOutput,
    10571057            ";\n"
    1058             "; Import pointers. Initialized to point a lazy loading stubs.\n"
     1058            "; Import pointers. Initialized to point to lazy loading stubs.\n"
    10591059            ";\n"
    10601060            ".section __DATA,__data\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette