Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
76f636d6
Commit
76f636d6
authored
Oct 7, 1995
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
(garb_text): Don't remove any text if param.garb_enable is false.
parent
44b5ef9a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/text-garb.c
+6
-3
6 additions, 3 deletions
src/server/text-garb.c
with
6 additions
and
3 deletions
src/server/text-garb.c
+
6
−
3
View file @
76f636d6
/*
/*
* $Id: text-garb.c,v 0.1
8
199
4/04/05 08:05:13
ceder Exp $
* $Id: text-garb.c,v 0.1
9
199
5/10/07 14:40:31
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
* Author: Per Cederqvist.
* Author: Per Cederqvist.
*/
*/
static
char
*
rcsid
=
"$Id: text-garb.c,v 0.1
8
199
4/04/05 08:05:13
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: text-garb.c,v 0.1
9
199
5/10/07 14:40:31
ceder Exp $"
;
#include
"rcs.h"
#include
"rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
@@ -106,6 +106,9 @@ garb_text(void)
...
@@ -106,6 +106,9 @@ garb_text(void)
double
age
;
/* How many seconds is this text? */
double
age
;
/* How many seconds is this text? */
double
limit
=
24
*
3600
;
double
limit
=
24
*
3600
;
if
(
param
.
garb_enable
==
FALSE
)
return
TRUE
;
if
(
last_checked
==
0
)
if
(
last_checked
==
0
)
{
{
if
(
last_start
!=
NO_TIME
if
(
last_start
!=
NO_TIME
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment