[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mac-namestring bug



A curious bug in mac-namestring (MCL 2.0b1p3):  
  (mac-namestring "a.b.0") returns "a.b" instead of "a.b.0"
  (mac-namestring "a.b.01") returns "a.b.01", but
  (mac-namestring "a.b.0a") returns "a.b"

Most pathnames and strings return the expected (what I expect anyway)
values, but a few, such as the above, and "a.b." returning "a.b" don't
seem right.