Ticket #2079 (new defect) — at Initial Version
src-cmd.c-seems-UN-needed-function-do_edit
| Reported by: | vit_r | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 4.7 |
| Component: | mcedit | Version: | master |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Branch state: | Votes for changeset: |
Description
in src/cmd.c
static void
do_edit (const char *what)
{
do_edit_at_line (what, 0);
}
If this function is needed would be fine to leave a comment
above it for such ignorants as me
Please
Change History
Changed 16 years ago by vit_r
- Attachment 2079-src-cmd.c-seems-UN-needed-function-do_edit.patch added
Note: See
TracTickets for help on using
tickets.

src-cmd.c-seems-UN-needed-function-do_edit