VirtualBox

Changeset 3034 in kBuild


Ignore:
Timestamp:
May 9, 2017 3:38:03 PM (8 years ago)
Author:
bird
Message:

kmkbuiltin.c/kmk_builtin_command skip multiple spaces between args.

File:
1 edited

Legend:

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

    r2912 r3034  
    147147         */
    148148        pszCmd = pszNext;
    149         if (isspace(*pszCmd) && *pszCmd)
     149        while (isspace(*pszCmd) && *pszCmd)
    150150            pszCmd++;
    151151    }
Note: See TracChangeset for help on using the changeset viewer.

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