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
fae5d5cd
...
fae5d5cd60e96989115706ff07e7f7e8134a8185
authored
2011-12-06 21:37:10 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor change
1 parent
ea8772cd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
libmailutils/base/date.c
libmailutils/base/date.c
View file @
fae5d5c
...
...
@@ -674,19 +674,6 @@ peek_state (mu_list_t list, int *state, const char **input)
}
static
int
change_top_input
(
mu_list_t
list
,
const
char
*
input
)
{
int
rc
;
struct
save_input
*
inp
;
rc
=
mu_list_tail
(
list
,
(
void
**
)
&
inp
);
if
(
rc
)
return
rc
;
inp
->
input
=
input
;
return
0
;
}
static
int
pop_input
(
mu_list_t
list
,
int
*
state
,
const
char
**
input
)
{
int
rc
;
...
...
Please
register
or
sign in
to post a comment