-rw-r--r-- | src/controller/selsave.sqc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/selsave.sqc b/src/controller/selsave.sqc index 97a73b2..27734ab 100644 --- a/src/controller/selsave.sqc +++ b/src/controller/selsave.sqc @@ -27,7 +27,7 @@ selsave (void) for (unsigned int i = 0; i < ROWS; i++) { - if (S.selection[i] == true) + if (S.selection.set[i] == true) { strncpy (gi, S.gi_data[i] + 3, sizeof(gi)); EXEC SQL INSERT INTO vis_selection VALUES (:gi); |