View | Details | Raw Unified | Return to ticket 5077
Collapse All | Expand All

(-)a/src/plugins/select/cray/select_cray.c (-2 / +2 lines)
Lines 2580-2587 extern char *select_p_select_jobinfo_sprint(select_jobinfo_t *jobinfo, Link Here
2580
			error("select/cray jobinfo_sprint: jobinfo bad");
2580
			error("select/cray jobinfo_sprint: jobinfo bad");
2581
			return NULL;
2581
			return NULL;
2582
		}
2582
		}
2583
		/* FIXME: in the future print out the header here (if needed) */
2583
2584
		/* snprintf(buf, size, "%s", header); */
2584
		snprintf(buf, size, "%s", "SELECT");
2585
2585
2586
		return buf;
2586
		return buf;
2587
	}
2587
	}

Return to ticket 5077