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
9de96476
Commit
9de96476
authored
Jan 12, 1994
by
Per Cederqvist
Browse files
Fixed format string in VBUG macro.
parent
1a09868a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/text-garb.c
View file @
9de96476
/*
* $Id: text-garb.c,v 0.1
4
199
3/10/18 12:30:58
ceder Exp $
* $Id: text-garb.c,v 0.1
5
199
4/01/12 01:49:41
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: text-garb.c,v 0.1
4
199
3/10/18 12:30:58
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: text-garb.c,v 0.1
5
199
4/01/12 01:49:41
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -208,7 +208,7 @@ garb_text(void)
}
}
VBUG
((
"garb_text: deleting %
d
\n
"
,
last_checked
));
VBUG
((
"garb_text: deleting %
lu
\n
"
,
last_checked
));
do_delete_text
(
last_checked
,
text_s
);
deleted_texts
++
;
tell_cache_garb_text
(
0
);
...
...
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