Make sure we add row before removing tables
authorKyle Fuller <redacted>
Mon, 1 Jul 2013 22:37:50 +0000 (23:37 +0100)
committerKyle Fuller <redacted>
Mon, 1 Jul 2013 22:37:50 +0000 (23:37 +0100)
palaver.cpp

index 1b30c854d63fe5d19934d7339aefac2dc77079d4..e5446a72ecfb60f65ed335777192c72e511231db 100644 (file)
@@ -841,6 +841,7 @@ public:
                                }
 
                                if (networks.size() == 0) {
+                                       Table.AddRow();
                                        Table.SetCell("Device", device.GetToken());
                                        Table.SetCell("User", sUsername);
                                        Table.SetCell("Network", "");
@@ -849,6 +850,7 @@ public:
                        }
 
                        if (msvsNetworks.size() == 0) {
+                               Table.AddRow();
                                Table.SetCell("Device", device.GetToken());
                                Table.SetCell("User", "");
                                Table.SetCell("Network", "");
git clone https://git.99rst.org/PROJECT