[Pkg-e-commits] [SCM] D-Bus integration for EFL based applications branch, upstream-vcs, updated. de96e02c71c95d629bfde702b223060254b81ef7

englebass englebass at alioth.debian.org
Sat May 24 16:10:41 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit f7fe5303199286cde8a7c36fdf50272698bddead
Author: englebass <englebass>
Date:   Mon Mar 17 07:20:58 2008 +0000

    Add paranthesis to clarify test.

diff --git a/src/bin/notify-send.c b/src/bin/notify-send.c
index d1b661b..76f0f8f 100644
--- a/src/bin/notify-send.c
+++ b/src/bin/notify-send.c
@@ -84,7 +84,7 @@ main(int argc, char **argv)
     case 't':
       errno = 0;
       timeout = strtol(optarg, &endptr, 10);
-      if (errno != 0 && timeout == 0 ||endptr == optarg ) 
+      if ((errno != 0 && timeout == 0) || endptr == optarg) 
         {
           fprintf(stderr, "Cannot parse integer value '%s' for -t\n", optarg);
           return EXIT_FAILURE;

-- 
D-Bus integration for EFL based applications



More information about the Pkg-e-commits mailing list