mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix the build with clang.
PR: ports/184709 PR: ports/184727 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: maintainer timeout (17 days)
This commit is contained in:
parent
c0b8ce3047
commit
00c282b2bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337928
1 changed files with 11 additions and 0 deletions
11
graphics/gpicview/files/patch-main-win.c
Normal file
11
graphics/gpicview/files/patch-main-win.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/main-win.c.orig 2013-10-23 10:42:02.000000000 +0200
|
||||
+++ src/main-win.c 2013-12-12 18:26:14.000000000 +0100
|
||||
@@ -378,7 +378,7 @@
|
||||
image_list_sort_by_name( mw->img_list, GTK_SORT_DESCENDING );
|
||||
if (image_list_get_first(mw->img_list))
|
||||
main_win_open(mw, image_list_get_current_file_path(mw->img_list), zoom);
|
||||
- return;
|
||||
+ return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue