diff options
Diffstat (limited to 'textproc/scrollkeeper/files/patch-cl::src::install.c')
-rw-r--r-- | textproc/scrollkeeper/files/patch-cl::src::install.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/scrollkeeper/files/patch-cl::src::install.c b/textproc/scrollkeeper/files/patch-cl::src::install.c new file mode 100644 index 00000000000..f8e7c4326df --- /dev/null +++ b/textproc/scrollkeeper/files/patch-cl::src::install.c @@ -0,0 +1,8 @@ +--- cl/src/install.c.orig Thu Mar 15 05:10:33 2001 ++++ cl/src/install.c Tue Apr 3 20:41:52 2001 +@@ -499,3 +499,4 @@ + +- dir = opendir(data_dir); ++ if ((dir = opendir(data_dir)) == NULL) ++ return; + |