diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-18 19:23:15 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-18 19:23:15 +0000 |
| commit | 011ee93164cbcab82996454f77771004336b8bc4 (patch) | |
| tree | 157053521bd07c37c1b7c876cdb5b18ca63d7a04 /textproc/scrollkeeper/files/patch-libs_database.c | |
| parent | Update to 0.5.1. (diff) | |
Update to 0.3.9.
Approved by: silence from the GNOME user group
Diffstat (limited to '')
| -rw-r--r-- | textproc/scrollkeeper/files/patch-libs_database.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/scrollkeeper/files/patch-libs_database.c b/textproc/scrollkeeper/files/patch-libs_database.c new file mode 100644 index 000000000000..4a9c6a771fc4 --- /dev/null +++ b/textproc/scrollkeeper/files/patch-libs_database.c @@ -0,0 +1,12 @@ +--- 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) + { |
