New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79772


Ignore:
Timestamp:
06/25/11 04:41:08 (4 years ago)
Author:
afb@…
Message:

fix tails with trailing slash, on other platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/pextlib1.0/fs-traverse.c

    r79593 r79772  
    147147        } else if (*(xpath + tlen) == '/') { 
    148148            xpath += tlen + 1; 
     149        } else if (*(target + tlen - 1) == '/') { 
     150            xpath += tlen; 
    149151        } 
    150152    } 
Note: See TracChangeset for help on using the changeset viewer.