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

sview - Fix issue with reservation tab.

parent 30bbc11d
No related branches found
No related tags found
No related merge requests found
......@@ -785,6 +785,7 @@ static List _create_resv_info_list(reserve_info_msg_t *resv_info_ptr)
if (!sview_resv_info_ptr)
sview_resv_info_ptr =
xmalloc(sizeof(sview_resv_info_t));
sview_resv_info_ptr->resv_name = xstrdup(resv_ptr->name);
sview_resv_info_ptr->pos = i;
sview_resv_info_ptr->resv_ptr = resv_ptr;
sview_resv_info_ptr->color_inx = i % sview_colors_cnt;
......
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