1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/textproc/scrollkeeper/files/patch-libs_database.c
Joe Marcus Clarke 011ee93164 Update to 0.3.9.
Approved by:	silence from the GNOME user group
2002-06-18 19:23:15 +00:00

13 lines
317 B
C

--- libs/database.c.orig Sat May 25 23:17:10 2002
+++ libs/database.c Sat May 25 23:18:01 2002
@@ -73,7 +73,8 @@
/* create locale directories and symlinks */
- dir = opendir(data_dir);
+ if ((dir = opendir(data_dir)) == NULL)
+ return;
while((dir_ent = readdir(dir)) != NULL)
{