Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ff0db1cd
...
ff0db1cda8b2111e0e29f5da72ce551561efa684
authored
2005-07-26 06:26:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated list_insert invocations
1 parent
f3e0301f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mh/mh_alias.y
mh/mh_alias.y
View file @
ff0db1c
%{
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
Copyright (C) 2003, 2004
, 2005
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -274,7 +274,7 @@ _insert_list (list_t list, void *prev, list_t new_list)
void *item;
iterator_current (itr, &item);
list_insert (list, prev, item);
list_insert (list, prev, item
, 0
);
prev = item;
}
iterator_destroy (&itr);
...
...
Please
register
or
sign in
to post a comment