13 lines
314 B
Text
13 lines
314 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2001/10/29 18:30:30 dillo Exp $
|
|
|
|
--- platform/std.c.orig Thu Mar 22 15:17:38 2001
|
|
+++ platform/std.c
|
|
@@ -27,7 +27,7 @@
|
|
psLibPath = (char *) ALLOC_PROCESS(c + 1);
|
|
strcpy(psLibPath, pPathname);
|
|
} else {
|
|
- psLibPath = NULL;
|
|
+ psLibPath = DEFAULT_ACME_LIB "/";
|
|
}
|
|
}
|
|
|