[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mac-namestring bug
- To: info-mcl
- Subject: mac-namestring bug
- From: wes@kuhub.cc.ukans.edu
- Date: 1 Nov 91 21:47:01 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Kansas Academic Computing Services
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.