projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a717e0
)
libbb: fix print_flags() [fix somehow is only in 1.11.1?)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 20 Jul 2008 13:47:51 +0000
(13:47 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 20 Jul 2008 13:47:51 +0000
(13:47 -0000)
libbb/print_flags.c
patch
|
blob
|
history
diff --git
a/libbb/print_flags.c
b/libbb/print_flags.c
index a8c4f9c1fa7d666d33858c836790bd20d1fd0660..afa755031e73ecf9354c129466c2e30c9b31cb49 100644
(file)
--- a/
libbb/print_flags.c
+++ b/
libbb/print_flags.c
@@
-19,8
+19,8
@@
int FAST_FUNC print_flags_separated(const int *masks, const char *labels, int fl
labels);
need_separator = separator;
flags &= ~ *masks;
- masks++;
}
+ masks++;
labels += strlen(labels) + 1;
}
return flags;