Changeset 4106

Show
Ignore:
Timestamp:
05/09/06 18:39:42 (3 years ago)
Author:
morris
Message:

Expand tilde in path when normalizing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/libwired/data/wi-string.c

    r3828 r4106  
    11321132           return; 
    11331133 
     1134        wi_string_expand_tilde_in_path(path); 
     1135 
    11341136        absolute        = wi_string_has_prefix(path, WI_STR("/")); 
    11351137        array           = wi_string_path_components(path);