[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: Use NULL instead of "" (Bug #15883)

noreply at xfce.org noreply at xfce.org
Sun Aug 25 19:50:46 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screenshooter.

commit 1dca07d245155955ca28ed18b1bc5de1d14fbe66
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Aug 25 14:50:08 2019 -0300

    Use NULL instead of "" (Bug #15883)
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index da301bb..a07f4b8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -152,7 +152,7 @@ int main (int argc, char **argv)
 
   /* Print a message to advise to use help when a non existing cli option is
   passed to the executable. */
-  if (!gtk_init_with_args(&argc, &argv, "", entries, PACKAGE, &cli_error))
+  if (!gtk_init_with_args(&argc, &argv, NULL, entries, PACKAGE, &cli_error))
     {
       if (cli_error != NULL)
         {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list