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:
2e86a5c
)
remove extra debug printout
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 19 Oct 2015 12:48:24 +0000
(14:48 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 19 Oct 2015 12:48:24 +0000
(14:48 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/sort.c
patch
|
blob
|
history
diff --git
a/coreutils/sort.c
b/coreutils/sort.c
index 7fb4df5bd81a91d9cd15dc543b205c4793ffd947..c2e8bb8de3e3ab84ed703c2bf486f7542776cfe2 100644
(file)
--- a/
coreutils/sort.c
+++ b/
coreutils/sort.c
@@
-159,7
+159,6
@@
static char *get_key(char *str, struct sort_key *key, int flags)
}
if (!j) start = end;
}
-//bb_error_msg("start:%d,end:%d", start, end);
/* Strip leading whitespace if necessary */
//XXX: skip_whitespace()
if (flags & FLAG_b)