mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 14:31:18 +02:00
create bsd12 branch
This commit is contained in:
12
gnome/scrollkeeper/files/_patch-x-libs-database.c
Normal file
12
gnome/scrollkeeper/files/_patch-x-libs-database.c
Normal file
@@ -0,0 +1,12 @@
|
||||
--- ./libs/database.c.orig 2002-06-02 09:03:10.000000000 +0300
|
||||
+++ ./libs/database.c 2015-10-21 08:58:55.155497000 +0200
|
||||
@@ -131,7 +131,8 @@
|
||||
|
||||
/* create locale directories and symlinks */
|
||||
|
||||
- dir = opendir(data_dir);
|
||||
+ if ((dir = opendir(data_dir)) == NULL)
|
||||
+ return 0;
|
||||
|
||||
while((dir_ent = readdir(dir)) != NULL)
|
||||
{
|
||||
Reference in New Issue
Block a user