Skip to content
Snippets Groups Projects
Commit e5179442 authored by Danny Auble's avatar Danny Auble
Browse files

for some reason these mods didn't make it into the database merge, but they are there now

parent b8fb1208
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
#include <pwd.h>
#include <sys/types.h>
#include "src/common/parse_time.h"
#include "src/common/node_select.h"
#ifdef HAVE_MYSQL
......
......@@ -51,6 +51,7 @@
#include <pwd.h>
#include <sys/types.h>
#include "src/common/parse_time.h"
#include "src/common/node_select.h"
#ifdef HAVE_PGSQL
......
......@@ -1455,7 +1455,7 @@ void print_max_procs(type_t type, void *object)
printf("%-9s", "---------");
break;
case JOBCOMP:
printf("%-9s", job->max_procs);
printf("%-9d", job->max_procs);
break;
default:
printf("%-9s", "n/a");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment