diff options
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index f025966..b1f34ac 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -5806,7 +5806,7 @@ notWritten: | |||
5806 | la = info.loads[0]/65536.0; | 5806 | la = info.loads[0]/65536.0; |
5807 | 5807 | ||
5808 | char *name; | 5808 | char *name; |
5809 | getSims(); // Should only run once, every other time it just returns quick. The web server needs to know the paneIDs AFTER the grid runner has finished. | 5809 | forEachSim(NULL, findWindow, NULL); // Make sure we got the current backup sim pane ID. |
5810 | simData *simd = ourSims->byTab->get(ourSims->byTab, backupIARsim, NULL, false); | 5810 | simData *simd = ourSims->byTab->get(ourSims->byTab, backupIARsim, NULL, false); |
5811 | 5811 | ||
5812 | if (NULL == simd) | 5812 | if (NULL == simd) |