(file) Return to smpl_04.c CVS log (file) (dir) Up to [Development] / JSOC / proj / cookbook

Diff for /JSOC/proj/cookbook/smpl_04.c between version 1.1 and 1.2

version 1.1, 2009/07/27 23:41:57 version 1.2, 2011/11/04 00:31:34
Line 32  int DoIt (void) {
Line 32  int DoIt (void) {
   int status = 0;   int status = 0;
   char query[DRMS_MAXQUERYLEN];   char query[DRMS_MAXQUERYLEN];
  
   char *ds = params_get_str (params, "ds");    char *ds = strdup (params_get_str (params, "ds"));
  
   record = drms_template_record (drms_env, ds, &status);   record = drms_template_record (drms_env, ds, &status);
   if (record && !status) {   if (record && !status) {


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Karen Tian
Powered by
ViewCVS 0.9.4