- ' ' as an integer separator rather than '' (have it ever worked?)
* (includes edg_wll_JobStat API structure)
*/
-#define INTSTAT_VERSION "release-3.3.2_pbs_condor"
+#define INTSTAT_VERSION "release-3.3.3"
// Internal error codes
strpom=(char*)calloc(strlen(old)+1,sizeof(char));
- for (index=0; index <= itemsNo; index++) sprintf(strpom,"%s%d%s", strpom, item[index],index==itemsNo?"":";");
+ for (index=0; index <= itemsNo; index++) sprintf(strpom+strlen(strpom),"%d%s", item[index],index==itemsNo?" ":";");
asprintf(&out,"%s%s ", old, strpom);
free(strpom);