Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
924a00b1
Commit
924a00b1
authored
Jan 18, 2015
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing newline in printf.
parent
b6c7da8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
clientside/os/imagezip/imagezip.c
clientside/os/imagezip/imagezip.c
+2
-2
No files found.
clientside/os/imagezip/imagezip.c
View file @
924a00b1
...
...
@@ -1147,14 +1147,14 @@ read_image(int fd)
if
(
dstart
!=
inputminsec
)
{
fprintf
(
stderr
,
"partitioner value (%lu) different than "
"computed value (%lu); using the former"
,
"computed value (%lu); using the former
\n
"
,
(
unsigned
long
)
dstart
,
inputminsec
);
inputminsec
=
dstart
;
}
if
(
!
maxmode
&&
dstart
+
dsize
!=
inputmaxsec
)
{
fprintf
(
stderr
,
"partitioner value (%lu) different than "
"computed value (%lu); using the former"
,
"computed value (%lu); using the former
\n
"
,
(
unsigned
long
)(
dstart
+
dsize
),
inputmaxsec
);
inputmaxsec
=
dstart
+
dsize
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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