View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000586 | file | General | public | 2024-12-08 09:53 | 2024-12-08 19:01 |
Reporter | Anton Monroe | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
OS | OS/2 | ||||
Product Version | 5.46 | ||||
Fixed in Version | HEAD | ||||
Summary | 0000586: hard-coded path separator in magi.c | ||||
Description | In src/magic.c line 208 there is a hard-coded ':' as a path separator-- if (asprintf(&default_magic, "%s:%s", hmagicpath, MAGIC) < 0) I suggest it be changed to something like if (asprintf(&default_magic, "%s%c%s", hmagicpath, PATHSEP, MAGIC) < 0) Fixes a minor bug on OS/2 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-08 09:53 | Anton Monroe | New Issue | |
2024-12-08 19:01 | christos | Assigned To | => christos |
2024-12-08 19:01 | christos | Status | new => assigned |
2024-12-08 19:01 | christos | Status | assigned => resolved |
2024-12-08 19:01 | christos | Resolution | open => fixed |
2024-12-08 19:01 | christos | Fixed in Version | => HEAD |
2024-12-08 19:01 | christos | Note Added: 0004125 |