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
c9441aa7
Commit
c9441aa7
authored
Oct 08, 1992
by
Per Cederqvist
Browse files
Fixed typos.
parent
d9bcbc88
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/server/ChangeLog
View file @
c9441aa7
Thu Oct 8 08:51:23 1992 Per Cederqvist (ceder@mauritz)
* tmp-limits.h: Allow 333333 texts.
* dbck.c (main): Fixed usage message.
Wed Oct 7 00:43:03 1992 Per Cederqvist (ceder@mauritz)
* text-garb.c: Added a comment that describes a design for a
...
...
src/server/dbck.c
View file @
c9441aa7
/*
* $Id: dbck.c,v 0.1
0
1992/
03/23
08:02:
42
ceder Exp $
* $Id: dbck.c,v 0.1
1
1992/
10/08
08:02:
33
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* Author: Per Cederqvist.
*/
static
char
*
rcsid
=
"$Id: dbck.c,v 0.1
0
1992/
03/23
08:02:
42
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: dbck.c,v 0.1
1
1992/
10/08
08:02:
33
ceder Exp $"
;
#include
<stdarg.h>
...
...
@@ -1241,7 +1241,7 @@ main (int argc,
break
;
default:
restart_kom
(
"usage: %s [-d] [-Ddir] [-i] [-r] [-v] [-g]
\n
"
,
restart_kom
(
"usage: %s [-d] [-Ddir] [-i] [-r] [-v] [-g]
[-s]
\n
"
,
argv
[
0
]);
}
}
...
...
src/server/tmp-limits.h
View file @
c9441aa7
/*
* $Id: tmp-limits.h,v 0.
9
1992/
09/06 18:54:10
ceder Exp $
* $Id: tmp-limits.h,v 0.
10
1992/
10/08 08:02:37
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -27,4 +27,4 @@
*/
#define MAX_CONF 1999
#define MAX_TEXT 33333
#define MAX_TEXT 33333
3
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