[tracker] tracker-status: Fixed logic check for -m without -p or -r



commit 352d3ad4850150a0d26f409bff6ed63262c467a8
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Feb 1 20:48:11 2010 +0000

    tracker-status: Fixed logic check for -m without -p or -r

 src/tracker-utils/tracker-status.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-utils/tracker-status.c b/src/tracker-utils/tracker-status.c
index dfe3709..f6dfc70 100644
--- a/src/tracker-utils/tracker-status.c
+++ b/src/tracker-utils/tracker-status.c
@@ -390,7 +390,7 @@ main (gint argc, gchar *argv[])
 		return EXIT_FAILURE;
 	}
 
-	if ((!pause_reason || resume_cookie == -1) && miner_name) {
+	if ((!pause_reason && resume_cookie == -1) && miner_name) {
 		gchar *help;
 
 		g_printerr ("%s\n\n",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]