Opened 11 years ago

Closed 11 years ago

#959 closed defect (fixed)

make-pathname strips leading seperator in FILENAME component

Reported by: Kon Lovett Owned by:
Priority: major Milestone: someday
Component: core libraries Version: 4.8.x
Keywords: pathname Cc:
Estimated difficulty:

Description

CHICKEN Version 4.8.1 (rev 19a6b5b)

#;5> (make-pathname #f "/usr/local/lib/chicken/7/srfi-19-date.types")
"usr/local/lib/chicken/7/srfi-19-date.types"

Probably not what is expected or desired.

Change History (1)

comment:1 Changed 11 years ago by Mario Domenech Goulart

Resolution: fixed
Status: newclosed

Fixed by 7818de84946260fabbaffbc971ac77583832ce83

Note: See TracTickets for help on using tickets.