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

fix squeue for big endian systems`

parent 16973a0d
No related branches found
No related tags found
No related merge requests found
...@@ -1260,7 +1260,7 @@ static int _filter_job(job_info_t * job) ...@@ -1260,7 +1260,7 @@ static int _filter_job(job_info_t * job)
int filter; int filter;
ListIterator iterator; ListIterator iterator;
uint32_t *job_id, *user; uint32_t *job_id, *user;
uint16_t *state_id; enum job_states *state_id;
char *account, *part, *qos; char *account, *part, *qos;
if (params.job_list) { if (params.job_list) {
......
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