12 lines
278 B
Text
12 lines
278 B
Text
$NetBSD: patch-af,v 1.1 2006/07/06 19:14:12 thomasklausner Exp $
|
|
|
|
--- options.c.orig 2003-05-13 19:37:49.000000000 +0000
|
|
+++ options.c
|
|
@@ -261,6 +261,7 @@ void load_options()
|
|
|
|
load_failure:
|
|
/* internal("Can't load options!\n"); */
|
|
+ return;
|
|
}
|
|
|
|
void save_options()
|