Ticket #2078 (closed enhancement: fixed)
src-charsets.c-getting-rid-of-errbuf_255
Reported by: | vit_r | Owned by: | andrew_b |
---|---|---|---|
Priority: | minor | Milestone: | 4.7 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description (last modified by andrew_b) (diff)
--
in src/charsets.c:
char errbuf[255];
Unnecessary ...
So it is a try to simplify the code.
Attachments
Change History
Changed 15 years ago by vit_r
- Attachment 2078-src-charsets.c-getting-rid-of-errbuf_255.patch added
comment:1 Changed 15 years ago by andrew_b
- Description modified (diff)
- Blocked By 2097 added
Applied with some modifications in #2097.
comment:2 Changed 15 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
comment:3 Changed 15 years ago by andrew_b
- Blocked By 2097 removed
(In #2097) Merged to master.
changeset:f4e369c222543f864adfde7be211e9881cdf30a2
git log --pretty=oneline 4cea5be^...f4e369c
Note: See
TracTickets for help on using
tickets.
src-charsets.c-getting-rid-of-errbuf_255