011ee93164
Approved by: silence from the GNOME user group
12 lines
317 B
C
12 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)
|
|
{
|