Author: jgg
Date: 2001-07-26 06:15:59 GMT
Larger line buffer, #106591
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: deblistparser.cc,v 1.26 2001/05/27 05:42:36 jgg Exp $
+// $Id: deblistparser.cc,v 1.27 2001/07/26 06:15:59 jgg Exp $
/* ######################################################################
Package Cache Generator - Generator for the cache structure.
/* ######################################################################
Package Cache Generator - Generator for the cache structure.
"Conflicts",
"Replaces",0};
unsigned long Result = INIT_FCS;
"Conflicts",
"Replaces",0};
unsigned long Result = INIT_FCS;
for (const char **I = Sections; *I != 0; I++)
{
const char *Start;
for (const char **I = Sections; *I != 0; I++)
{
const char *Start;
if (*Start == '>' && Start[1] != '>' && Start[1] != '=')
*I++ = '=';
}
if (*Start == '>' && Start[1] != '>' && Start[1] != '=')
*I++ = '=';
}
Result = AddCRC16(Result,S,I - S);
}
Result = AddCRC16(Result,S,I - S);
}