From 2ca47ff6dcd024f2d10233f254c3e6ac21b89db4 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 16 May 2005 21:16:27 +0000 Subject: [PATCH] Expand buffer to node_select info on job termination. --- src/plugins/jobcomp/filetxt/jobcomp_filetxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c b/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c index 09839ab1f98..345a00f0ba9 100644 --- a/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c +++ b/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c @@ -191,7 +191,7 @@ int slurm_jobcomp_log_record ( struct job_record *job_ptr ) int rc = SLURM_SUCCESS; char job_rec[512]; char usr_str[32], start_str[32], end_str[32], lim_str[32]; - char select_buf[80]; + char select_buf[128]; size_t offset = 0, tot_size, wrote; enum job_states job_state; -- GitLab