projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3a3001
)
Fix from branch.
author
Ken Hornstein
<kenh@pobox.com>
Fri, 5 Sep 2003 19:10:21 +0000
(19:10 +0000)
committer
Ken Hornstein
<kenh@pobox.com>
Fri, 5 Sep 2003 19:10:21 +0000
(19:10 +0000)
sbr/context_read.c
patch
|
blob
|
history
diff --git
a/sbr/context_read.c
b/sbr/context_read.c
index
d2524c7
..
c3fe599
100644
(file)
--- a/
sbr/context_read.c
+++ b/
sbr/context_read.c
@@
-126,7
+126,7
@@
context_read (void)
if ((ib = lkfopen (ctxpath, "r"))) {
readconfig ((struct node **) 0, ib, cp, 1);
- lkfclose (ib);
+ lkfclose (ib, ctxpath);
}
return;