Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 14:47:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203016] sysutils/lxterminal update to 0.2.0
Message-ID:  <bug-203016-13-yxQd8lf5hs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203016-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203016-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203016

Walter Schwarzenfeld <w.litter@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #160897|0                           |1
           is patch|                            |

--- Comment #3 from Walter Schwarzenfeld <w.litter@aon.at> ---
Comment on attachment 160897
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D160897
patch-settings_c

>--- src/setting.c.orig	2015-09-10 14:46:36 UTC
>+++ src/setting.c
>@@ -162,7 +162,7 @@ void save_setting()
> /* Deep copy settings. */
> Setting * copy_setting(Setting * setting)
> {
>-    g_return_if_fail (setting !=3D NULL);
>+    g_return_val_if_fail (setting !=3D NULL, FALSE);
>=20
>     /* Allocate structure. */
>     Setting * new_setting =3D g_slice_new0(Setting);

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203016-13-yxQd8lf5hs>