FreeBSD Bugzilla – Attachment 160897 Details for
Bug 203016
sysutils/lxterminal: Update to 0.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-settings_c
patch-setting_c (text/plain), 356 bytes, created by
Walter Schwarzenfeld
on 2015-09-10 14:51:14 UTC
(
hide
)
Description:
patch-settings_c
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2015-09-10 14:51:14 UTC
Size:
356 bytes
patch
obsolete
>--- 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 != NULL); >+ g_return_val_if_fail (setting != NULL, FALSE); > > /* Allocate structure. */ > Setting * new_setting = g_slice_new0(Setting);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203016
:
160896
|
160897
|
161561
|
161562
|
161563
|
161566
|
161567
|
161568
|
162182
|
162183
|
162184