VirtualBox

Changeset 1478 in kBuild


Ignore:
Timestamp:
Apr 1, 2008 12:21:57 AM (17 years ago)
Author:
bird
Message:

fixed a silly bug in func_commands that would cause it to go beyond the end of an expanded string.

File:
1 edited

Legend:

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

    r1459 r1478  
    37953795          p = o;
    37963796          while (isblank ((unsigned char)*o)
    3797               || strchr("@-+", *o))
     3797              || *o == '@'
     3798              || *o == '-'
     3799              || *o == '+')
    37983800            o++;
    37993801          if (*o != '\0' && *o != '%')
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