Files
ports/textproc/scrollkeeper/files/patch-libs_database.c
Joe Marcus Clarke a3fa234769 Update to 0.3.6.
With this new version, GNOME 2.0 documentation works, and scrollkeeper
updates for GNOME 1.x applications work as well.  I have tested builds
of most of the GNOME 1.x applications, and none of them fail.

Reviewed by:	sobomax
2002-05-26 05:09:10 +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)
{