From 2712b967aa4bd43677d5649fdb760de7609a3878 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Thu, 18 Jun 2009 21:15:19 +0000 Subject: Implemented zooming. --- 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); -- cgit v0.8.3.1-22-g547a