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
9594814a
...
9594814a3075a29ee1b52cf4f407d79b448b4fb1
authored
2003-11-04 19:08:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Remove trailing colon from the component name.
1 parent
cd4aab04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
mh/anno.c
mh/anno.c
View file @
9594814
...
...
@@ -113,6 +113,7 @@ main (int argc, char **argv)
int
index
;
mailbox_t
mbox
;
mh_msgset_t
msgset
;
size_t
len
;
mu_init_nls
();
...
...
@@ -134,6 +135,10 @@ main (int argc, char **argv)
if
(
!
anno_text
&&
!
anno_date
)
exit
(
0
);
len
=
strlen
(
component
);
if
(
len
>
0
&&
component
[
len
-
1
]
==
':'
)
component
[
len
-
1
]
=
0
;
argc
-=
index
;
argv
+=
index
;
...
...
Please
register
or
sign in
to post a comment