aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-08-13 04:59:18 +1000
committeronefang2021-08-13 04:59:18 +1000
commit24155203d8cb00652e899a62ec067e164ffd6a55 (patch)
tree94ad007780b86bc2668d72457bf44701e01f3fe0
parentAllow regex in the tmux wait function. (diff)
downloadopensim-SC-24155203d8cb00652e899a62ec067e164ffd6a55.zip
opensim-SC-24155203d8cb00652e899a62ec067e164ffd6a55.tar.gz
opensim-SC-24155203d8cb00652e899a62ec067e164ffd6a55.tar.bz2
opensim-SC-24155203d8cb00652e899a62ec067e164ffd6a55.tar.xz
memset--
-rw-r--r--src/sledjchisl/sledjchisl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index fb8c3ec..2373ba6 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -1893,7 +1893,6 @@ byTab has the short name as the key, simData as the value.
1893 sendTmuxCmd(simd->paneID, toybuf); 1893 sendTmuxCmd(simd->paneID, toybuf);
1894// if (0 == do) 1894// if (0 == do)
1895 { 1895 {
1896 memset(toybuf, 0, sizeof(toybuf));
1897 snprintf(toybuf, sizeof(toybuf), "Finished writing out OAR for %s", simd->name); 1896 snprintf(toybuf, sizeof(toybuf), "Finished writing out OAR for %s", simd->name);
1898 waitTmuxText(simd->paneID, toybuf); 1897 waitTmuxText(simd->paneID, toybuf);
1899 I("%s is done backing up.", simd->name); 1898 I("%s is done backing up.", simd->name);