projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dfdca3
)
bootctl: silence warning about signed/unsigned comparison
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 19 Dec 2017 08:21:02 +0000
(09:21 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 19 Dec 2017 14:20:37 +0000
(15:20 +0100)
src/boot/bootctl.c
patch
|
blob
|
history
diff --git
a/src/boot/bootctl.c
b/src/boot/bootctl.c
index 525470f09611a89608f88c62f7efd782cf3ddf58..48fdf97c7fd6ac0b5c753f43df8067b9eb417269 100644
(file)
--- a/
src/boot/bootctl.c
+++ b/
src/boot/bootctl.c
@@
-1043,7
+1043,7
@@
static int verb_list(int argc, char *argv[], void *userdata) {
boot_entry_title(e),
ansi_normal(),
ansi_highlight_green(),
- n == config.default_entry ? " (default)" : "",
+ n ==
(unsigned)
config.default_entry ? " (default)" : "",
ansi_normal());
if (e->version)
printf(" version: %s\n", e->version);