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
4fa89979
Commit
4fa89979
authored
May 24, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(foutput_text_list): Don't get stuck in an eternal loop.
parent
ceb2fcf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/server/ram-output.c
src/server/ram-output.c
+3
-3
No files found.
src/server/ram-output.c
View file @
4fa89979
/*
* $Id: ram-output.c,v 0.3
2
1999/05/24
09:34:34
ceder Exp $
* $Id: ram-output.c,v 0.3
3
1999/05/24
15:28:12
ceder Exp $
* Copyright (C) 1991, 1993-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -39,7 +39,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: ram-output.c,v 0.3
2
1999/05/24
09:34:34
ceder Exp $"
;
rcsid
=
"$Id: ram-output.c,v 0.3
3
1999/05/24
15:28:12
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -623,7 +623,7 @@ foutput_text_list(FILE *fp,
{
fputs
(
" {"
,
fp
);
while
(
first
<
end
)
foutput_ulong
((
unsigned
long
)
l2g_lookup
(
text_list
,
first
),
fp
);
foutput_ulong
((
unsigned
long
)
l2g_lookup
(
text_list
,
first
++
),
fp
);
fputs
(
" }"
,
fp
);
}
else
...
...
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