and so on...
This commit is contained in:
parent
fce61be7f5
commit
739398ee03
@ -1,4 +1,4 @@
|
|||||||
/* $Id: msgcat.c,v 1.2 1995/05/30 05:40:59 rgrimes Exp $ */
|
/* $Id: msgcat.c,v 1.3 1995/06/17 03:02:21 ache Exp $ */
|
||||||
|
|
||||||
/***********************************************************
|
/***********************************************************
|
||||||
Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
|
Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
|
||||||
@ -260,8 +260,7 @@ nl_catd catd;
|
|||||||
{
|
{
|
||||||
MCCatT *cat = (MCCatT *) catd;
|
MCCatT *cat = (MCCatT *) catd;
|
||||||
MCSetT *set;
|
MCSetT *set;
|
||||||
MCMsgT *msg;
|
int i;
|
||||||
int i, j;
|
|
||||||
|
|
||||||
if (!cat) return -1;
|
if (!cat) return -1;
|
||||||
|
|
||||||
@ -295,8 +294,7 @@ int type;
|
|||||||
MCHeaderT header;
|
MCHeaderT header;
|
||||||
MCCatT *cat;
|
MCCatT *cat;
|
||||||
MCSetT *set;
|
MCSetT *set;
|
||||||
MCMsgT *msg;
|
long i;
|
||||||
long i, j;
|
|
||||||
off_t nextSet;
|
off_t nextSet;
|
||||||
|
|
||||||
cat = (MCCatT *) malloc(sizeof(MCCatT));
|
cat = (MCCatT *) malloc(sizeof(MCCatT));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user