1 |
+ |
char *cvsinfo_jretile_fewtomany = "cvsinfo: $Header$"; |
2 |
+ |
|
3 |
|
int jretile_fewtomany(void) |
4 |
|
{ |
5 |
|
int newstat = 0; |
119 |
|
} |
120 |
|
|
121 |
|
// set up ancillary dataseries for processing metadata |
122 |
< |
char *cvsinfo = strdup("$Header$"); |
122 |
> |
// char *cvsinfo = strdup("$Header$"); |
123 |
|
DRMS_Link_t *histlink = hcon_lookup_lower(&tempoutrec->links, histlinkname); |
124 |
|
if (histlink != NULL) |
125 |
|
{ |
126 |
< |
histrecnum=set_history(histlink, cvsinfo); |
126 |
> |
histrecnum=set_history(histlink); |
127 |
|
if (histrecnum < 0) |
128 |
|
{ |
129 |
|
drms_close_record(tempoutrec, DRMS_FREE_RECORD); |