Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
e3a0b38f
Commit
e3a0b38f
authored
Apr 20, 1999
by
Per Cederqvist
Browse files
(parse_aux_item_definitions): Close the config file once it is read.
parent
b57be027
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/aux-item-def-parse.y
View file @
e3a0b38f
%{
/*
* $Id: aux-item-def-parse.y,v 1.
3
1999/04/
0
2 20:
11:26
ceder Exp $
* $Id: aux-item-def-parse.y,v 1.
4
1999/04/2
0
20:
44:42
ceder Exp $
* Copyright (C) 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -467,6 +467,7 @@ void parse_aux_item_definitions(char *file)
def = empty_aux_item_definition;
yyparse();
fclose(yyin);
if (errorFlag == TRUE)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment