Skip to content
Snippets Groups Projects
Commit a82ed9d6 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(cache_sync_all): Output format 2 is allowed.

parent 324565b4
Branches
Tags
No related merge requests found
/* /*
* $Id: dbck-cache.c,v 0.41 1999/05/24 11:57:07 ceder Exp $ * $Id: dbck-cache.c,v 0.42 1999/05/24 14:28:57 ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association. * Copyright (C) 1991-1999 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
static const char * static const char *
rcsid = "$Id: dbck-cache.c,v 0.41 1999/05/24 11:57:07 ceder Exp $"; rcsid = "$Id: dbck-cache.c,v 0.42 1999/05/24 14:28:57 ceder Exp $";
#include "rcs.h" #include "rcs.h"
USE(rcsid); USE(rcsid);
...@@ -727,6 +727,7 @@ cache_sync_all(void) ...@@ -727,6 +727,7 @@ cache_sync_all(void)
fprintf(fp, "%ld\n", next_text_num); /* NEXT_TEXT_NUM */ fprintf(fp, "%ld\n", next_text_num); /* NEXT_TEXT_NUM */
break; break;
case 1: case 1:
case 2:
break; break;
default: default:
restart_kom("Unknown output file format: %ld\n", oformat); restart_kom("Unknown output file format: %ld\n", oformat);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment