Skip to content
GitLab
Menu
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
5bece580
Commit
5bece580
authored
Dec 18, 2002
by
Mike Hibler
Browse files
Make the ignore slice option actually ignore the slice!
parent
97506ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/imagezip/imagezip.c
View file @
5bece580
...
...
@@ -452,7 +452,9 @@ read_image()
continue
;
if
(
ignore
[
i
])
{
fprintf
(
stderr
,
"Slice %d ignored.
\n
"
,
i
+
1
);
fprintf
(
stderr
,
"Slice %d ignored, NOT SAVING
\n
"
,
i
+
1
);
if
(
start
!=
size
)
addskip
(
start
,
size
);
continue
;
}
...
...
Write
Preview
Supports
Markdown
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