ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/globalhs/apps/jretile_fewtomany.c
(Generate patch)

Comparing proj/globalhs/apps/jretile_fewtomany.c (file contents):
Revision 1.4 by tplarson, Thu Jan 24 06:45:53 2013 UTC vs.
Revision 1.5 by tplarson, Sun Apr 28 08:05:21 2013 UTC

# Line 1 | Line 1
1 + char *cvsinfo_jretile_fewtomany = "cvsinfo: $Header$";
2 +
3   int jretile_fewtomany(void)
4   {
5    int newstat = 0;
# Line 117 | Line 119 | int jretile_fewtomany(void)
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines