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:
4baef0c
)
Oops... had != but meant ==.
author
Manuel Novoa III
<mjn3@codepoet.org>
Sun, 23 Mar 2003 20:27:33 +0000
(20:27 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Sun, 23 Mar 2003 20:27:33 +0000
(20:27 -0000)
coreutils/df.c
patch
|
blob
|
history
diff --git
a/coreutils/df.c
b/coreutils/df.c
index cbe3169202bc24b7b2b421f84c27102d55be5159..708e12cc06a75ac29d04cacb0062055cc1ea3aec 100644
(file)
--- a/
coreutils/df.c
+++ b/
coreutils/df.c
@@
-143,7
+143,7
@@
extern int df_main(int argc, char **argv)
if (strcmp(device, "/dev/root") == 0) {
/* Adjusts device to be the real root device,
* or leaves device alone if it can't find it */
- if ((device = find_real_root_device_name(device))
!
= NULL) {
+ if ((device = find_real_root_device_name(device))
=
= NULL) {
goto SET_ERROR;
}
}