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
eee22f41
...
eee22f41d639aa148317afe2c30a515c4cae351b
authored
2012-01-05 20:27:01 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix in the testsuite.
* libmailutils/tests/url-comp.c (main): Initialize URL.
1 parent
cf2c8904
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmailutils/tests/url-comp.c
libmailutils/tests/url-comp.c
View file @
eee22f4
...
...
@@ -43,7 +43,7 @@ int
main
(
int
argc
,
char
**
argv
)
{
int
i
=
1
,
rc
;
mu_url_t
url
;
mu_url_t
url
=
NULL
;
const
char
*
arg
;
mu_set_program_name
(
argv
[
0
]);
...
...
Please
register
or
sign in
to post a comment