Ticket #2040 (closed defect: wontfix)
first *error blocks all the rest errors in lib/search/regex.c
Reported by: | vit_r | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | mc-search | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
in lib/search/regex.c
error-msg is declared as
const char *error;
then first *error will block all the rest error messages.
Attachments
Change History
Changed 15 years ago by vit_r
- Attachment 2040-const-char-error-to-char-error-redeclaration.patch added
Note: See
TracTickets for help on using
tickets.
first *error blocks all the rest errors in lib/search/regex.c