Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
a968a543
Commit
a968a543
authored
Apr 12, 2002
by
rswindell
Browse files
Added "indexing" to output.
parent
f279a204
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/scfg/makehelp.c
src/sbbs3/scfg/makehelp.c
+1
-1
No files found.
src/sbbs3/scfg/makehelp.c
View file @
a968a543
...
...
@@ -52,7 +52,7 @@ int main(int argc, char **argv)
if
((
stream
=
fopen
(
files
[
i
],
"rb"
))
==
NULL
)
{
fprintf
(
stderr
,
"!error opening %s
\r\n
"
,
files
[
i
]);
return
(
-
3
);
}
printf
(
"
\r\n
%s
"
,
files
[
i
]);
printf
(
"
\r\n
Indexing %s ...
"
,
files
[
i
]);
line
=
0
;
while
(
!
feof
(
stream
))
{
if
(
!
fgets
(
str
,
128
,
stream
))
...
...
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