Ticket #38 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

ArrayBoundsError in util.pathex.CanonicalPath

Reported by: Deewiant Assigned to: derek
Priority: Must be next Component: utility
Version: 3.03 Severity: major
Keywords: Cc:

Description

Line 166 of util/pathex.d causes ArrayBoundsErrors. It looks like a typo: the if statement compares lPath![$] against '"' when it should be comparing lPath![$-1].

A very annoying error which is fortunately simple to fix.

Change History

10/15/06 22:28:56 changed by Derek Parnell

  • status changed from new to closed.
  • resolution set to fixed.

Fixed.