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
8db6b7d5
...
8db6b7d566acffa0dfc905f17e1d2824a95a4a0d
authored
2004-08-07 09:03:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fixes.
1 parent
97dd1461
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
examples/nntpclient.c
examples/nntpclient.c
View file @
8db6b7d
...
...
@@ -797,7 +797,6 @@ int
com_newgroups
(
char
*
arg
)
{
iterator_t
iterator
=
NULL
;
struct
tm
stime
;
int
status
;
int
year
,
month
,
day
,
hour
,
min
,
sec
,
is_gmt
;
year
=
month
=
day
=
hour
=
min
=
sec
=
is_gmt
=
0
;
...
...
@@ -853,7 +852,6 @@ int
com_newnews
(
char
*
arg
)
{
iterator_t
iterator
=
NULL
;
struct
tm
stime
;
char
*
wildmat
;
char
gmt
[
4
];
int
year
,
month
,
day
,
hour
,
min
,
sec
,
is_gmt
;
...
...
Please
register
or
sign in
to post a comment