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
0dc35a6f
...
0dc35a6fec9d49a86dbecd38df8a9c67e483c27f
authored
2001-12-28 11:20:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(strobj_create) Removed unused variable.
1 parent
4cdb9aa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
mh/mh_format.c
mh/mh_format.c
View file @
0dc35a6
...
...
@@ -70,8 +70,6 @@ strobj_free (strobj_t *obj)
static
void
strobj_create
(
strobj_t
*
lvalue
,
char
*
str
)
{
int
len
;
if
(
!
str
)
{
lvalue
->
size
=
0
;
...
...
Please
register
or
sign in
to post a comment