Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
370432e9
Commit
370432e9
authored
Apr 19, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(configure_line): Improved a comment.
parent
aa35a769
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/server/conf-file.c
src/server/conf-file.c
+6
-6
No files found.
src/server/conf-file.c
View file @
370432e9
/*
* $Id: conf-file.c,v 1.1
1
199
8/12/26 22:40:29 by
er
s
Exp $
* $Id: conf-file.c,v 1.1
2
199
9/04/19 20:09:46 ced
er Exp $
* Copyright (C) 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,7 +33,7 @@
static
const
char
*
rcsid
=
"$Id: conf-file.c,v 1.1
1
199
8/12/26 22:40:29 by
er
s
Exp $"
;
rcsid
=
"$Id: conf-file.c,v 1.1
2
199
9/04/19 20:09:46 ced
er Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -132,10 +132,10 @@ configure_line(FILE *fp,
if
(
fgets
(
line
,
MAXLINE
,
fp
)
==
NULL
)
return
EOF
;
/* Separate the line into its two parts. Set up start to point
to the beginning of the variable name, val to point to the
beginning of the value, and remove the trai
n
ing newline (using
end). */
/* Separate the line into its two parts. Set up
``
start
''
to point
to the beginning of the variable name,
``
val
''
to point to the
beginning of the value, and remove the trai
l
ing newline (using
``
end
''
). */
for
(
start
=
line
;
*
start
==
' '
||
*
start
==
'\t'
;
start
++
)
;
switch
(
*
start
)
...
...
Write
Preview
Markdown
is supported
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