From 1a7ac3b1387a671d2f1e473f40deb0a1062b0f20 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Tue, 17 Jan 2006 17:16:45 +0000 Subject: [PATCH] fix to smap continued --- src/smap/job_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smap/job_functions.c b/src/smap/job_functions.c index 730dcdcdd01..c79c756549e 100644 --- a/src/smap/job_functions.c +++ b/src/smap/job_functions.c @@ -261,7 +261,7 @@ static int _print_text_job(job_info_t * job_ptr) mvwprintw(ba_system_ptr->text_win, ba_system_ptr->ycord, ba_system_ptr->xcord, "%.2s", job_state_string_compact(job_ptr->job_state)); - ba_system_ptr->xcord += 3; + ba_system_ptr->xcord += 2; if(!strcasecmp(job_ptr->nodes,"waiting...")) { sprintf(time_buf,"0:00:00"); } else { -- GitLab