a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/pbStamp.c src/hg/lib/pbStamp.c index e1b1278..7b5289c 100644 --- src/hg/lib/pbStamp.c +++ src/hg/lib/pbStamp.c @@ -1,26 +1,25 @@ /* pbStamp.c was originally generated by the autoSql program, which also * generated pbStamp.h and pbStamp.sql. This module links the database and * the RAM representation of objects. */ #include "common.h" #include "linefile.h" #include "dystring.h" #include "jksql.h" #include "pbStamp.h" -//static char const rcsid[] = "$Id: pbStamp.c,v 1.2 2005/04/13 06:25:55 markd Exp $"; void pbStampStaticLoad(char **row, struct pbStamp *ret) /* Load a row from pbStamp table into ret. The contents of ret will * be replaced at the next call to this function. */ { strcpy(ret->stampName, row[0]); strcpy(ret->stampTable, row[1]); strcpy(ret->stampTitle, row[2]); ret->len = sqlSigned(row[3]); ret->xmin = atof(row[4]); ret->xmax = atof(row[5]); ret->ymin = atof(row[6]); ret->ymax = atof(row[7]); ret->stampDesc = row[8];