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
f2901a21
...
f2901a2107373c4d2b52c755c3c78707597c8476
authored
2002-03-25 03:40:09 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
%d fmt not matching long arg
1 parent
ff49c3cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/echo.c
mail/echo.c
View file @
f2901a2
...
@@ -119,7 +119,7 @@ echo (char *s)
...
@@ -119,7 +119,7 @@ echo (char *s)
119
break
;
119
break
;
120
120
121
default:
121
default:
122
fprintf
(
ofile
,
"%d"
,
number
);
122
fprintf
(
ofile
,
"%
l
d"
,
number
);
123
s
--
;
123
s
--
;
124
continue
;
124
continue
;
125
}
125
}
...
...
Please
register
or
sign in
to post a comment