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
645eb224
...
645eb224f6729a8f13c3704abde417a430cfcf14
authored
2017-03-21 22:02:58 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
463bbba9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmailutils/tests/globtest.c
libmailutils/tests/globtest.c
View file @
645eb22
...
...
@@ -103,7 +103,7 @@ main (int argc, char **argv)
for
(
j
=
0
;
j
<
nmatch
;
j
++
)
printf
(
"%02zu: %.*s
\n
"
,
j
,
matches
[
j
].
rm_eo
-
matches
[
j
].
rm_so
,
(
int
)
(
matches
[
j
].
rm_eo
-
matches
[
j
].
rm_so
)
,
a
+
matches
[
j
].
rm_so
);
}
}
...
...
Please
register
or
sign in
to post a comment