Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
1dc0d3d3
Commit
1dc0d3d3
authored
Feb 05, 2004
by
Leigh B. Stoller
Browse files
Minor change to prevent compiler warning.
parent
0b11075c
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/linktest/ltevent.c
View file @
1dc0d3d3
...
...
@@ -92,7 +92,7 @@ main(int argc, char **argv)
if
(
!
server
)
usage
();
event_args
[
0
]
=
NULL
;
event_args
[
0
]
=
'\0'
;
while
(
argc
)
{
strncat
(
event_args
,
argv
[
0
],
sizeof
(
event_args
));
strncat
(
event_args
,
" "
,
sizeof
(
event_args
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment