Opened 17 years ago
Closed 17 years ago
#235 closed defect (fixed)
Multidot filename association
Reported by: | komh | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release_3.11 |
Component: | fm/2 base | Version: | 3.11 |
Keywords: | Cc: |
Description
Hi/2.
Currently, FM/2 does not process the association of multidot filename correctly.
KO Myung-Hun
Attachments (2)
Change History (6)
follow-up: 2 comment:1 by , 17 years ago
comment:2 by , 17 years ago
Hi/2.
I'm sorry. Attached wildcard.diff is the diff from 3.06 tags. So I attach whole wildcard() in literal.c again.
KO Myung-Hun
Replying to komh:
Hi/2.
I've fixed this problem. But I have a question. Why should we consider '/' and '
' when fNotFileSpec is FALSE ?Does FM/2 sometimes pass a full path to wildcard() ? If not, we could simplify wildcard() better than now.
KO Myung-Hun
Replying to komh:
Hi/2.
Currently, FM/2 does not process the association of multidot filename correctly.
KO Myung-Hun
comment:3 by , 17 years ago
Hi
Thank you for providing this fix. We do pass full path names to wildcard. I have added your code. The only changes I made were reformatting to match the FM/2 code style. I committed the change in CS 999.
Gregg
comment:4 by , 17 years ago
Milestone: | → Release_3.11 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Hi/2.
I've fixed this problem. But I have a question. Why should we consider '/' and '
' when fNotFileSpec is FALSE ?
Does FM/2 sometimes pass a full path to wildcard() ? If not, we could simplify wildcard() better than now.
KO Myung-Hun
Replying to komh: