VirtualBox

Changeset 3330 in kBuild for trunk/src


Ignore:
Timestamp:
Apr 19, 2020 10:29:41 PM (5 years ago)
Author:
bird
Message:

kmk/function.c: qabspathex fixes

File:
1 edited

Legend:

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

    r3327 r3330  
    69076907                  name[cwd_len] = '/';
    69086908                  name[cwd_len + 1 + len_name] = '\0';
     6909                  cur->name = name;
    69096910                }
    69106911
     
    69506951      while (ISBLANK (*cwd))
    69516952        cwd++;
    6952       if (*cwd)
     6953      if (*cwd == '\0')
    69536954        cwd = NULL;
    69546955    }
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