a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/lib/xAli.c src/lib/xAli.c index dcd283b..1ec181d 100644 --- src/lib/xAli.c +++ src/lib/xAli.c @@ -1,27 +1,26 @@ /* xAli.c was originally generated by the autoSql program, which also * generated xAli.h and xAli.sql. This module links the database and * the RAM representation of objects. */ #include "common.h" #include "linefile.h" #include "dystring.h" #include "sqlNum.h" #include "sqlList.h" #include "xAli.h" -static char const rcsid[] = "$Id: xAli.c,v 1.6 2005/04/10 14:41:26 markd Exp $"; struct xAli *xAliLoad(char **row) /* Load a xAli from row fetched with select * from xAli * from database. Dispose of this with xAliFree(). */ { struct xAli *ret; int sizeOne; AllocVar(ret); ret->blockCount = sqlUnsigned(row[17]); ret->match = sqlUnsigned(row[0]); ret->misMatch = sqlUnsigned(row[1]); ret->repMatch = sqlUnsigned(row[2]); ret->nCount = sqlUnsigned(row[3]); ret->qNumInsert = sqlUnsigned(row[4]);