VirtualBox

Changeset 2743 in kBuild for trunk


Ignore:
Timestamp:
Dec 27, 2014 5:12:08 PM (10 years ago)
Author:
bird
Message:

remake.c: Fixed white space stripping bug in call_must_make_target_var.

File:
1 edited

Legend:

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

    r2742 r2743  
    10451045                                            file, NULL);
    10461046
    1047           /* stripped string should be non-zero.  */
    1048           do
    1049             ch = *str++;
    1050           while (isspace (ch));
     1047          /* Stripped string should be non-zero.  */
     1048
     1049          ch = *str;
     1050          while (isspace (ch))
     1051            ch = *++str;
    10511052
    10521053          if (ch != '\0')
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