Changeset 1577 for trunk/src


Ignore:
Timestamp:
Apr 25, 2008, 2:29:25 AM (17 years ago)
Author:
bird
Message:

It's lu not ul you feed printf to print a ULONG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/redirect.c

    r1576 r1577  
    168168                    if (rc)
    169169                    {
    170                         fprintf(pStdErr, "%s: error: DosSetExtLibPath(\"%s\", %.*s (%ul)): %ul\n",
     170                        fprintf(pStdErr, "%s: error: DosSetExtLibPath(\"%s\", %.*s (%lu)): %lu\n",
    171171                                argv[0], pszVal, pszVal - psz - 1, psz, ulVar, rc);
    172172                        return 1;
Note: See TracChangeset for help on using the changeset viewer.