aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authoronefang2021-07-30 08:05:15 +1000
committeronefang2021-07-30 08:05:15 +1000
commit6e268384cc496b6d1261cfcf3a504821a4008e51 (patch)
tree516a5f67dd1ef6a6fa5dee314453805dd432987f /src
parentSome helpful tmux keystrokes documented. (diff)
downloadopensim-SC-6e268384cc496b6d1261cfcf3a504821a4008e51.zip
opensim-SC-6e268384cc496b6d1261cfcf3a504821a4008e51.tar.gz
opensim-SC-6e268384cc496b6d1261cfcf3a504821a4008e51.tar.bz2
opensim-SC-6e268384cc496b6d1261cfcf3a504821a4008e51.tar.xz
A memset I forgot to remove.
Diffstat (limited to 'src')
-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 7e26bc7..b81a054 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -7954,7 +7954,6 @@ Also clear out tmp when doing a full stop.
7954 // Also sim might not have finished starting up, and may even not be accepting comands yet. 7954 // Also sim might not have finished starting up, and may even not be accepting comands yet.
7955 // TODO - cater for and test them all. 7955 // TODO - cater for and test them all.
7956 // Could also loop on checkSimIsRunning(sim) 7956 // Could also loop on checkSimIsRunning(sim)
7957// memset(toybuf, 0, sizeof(toybuf));
7958// snprintf(toybuf, sizeof(toybuf), "[SHUTDOWN]: Shutdown processing on main thread complete. Exiting..."); 7957// snprintf(toybuf, sizeof(toybuf), "[SHUTDOWN]: Shutdown processing on main thread complete. Exiting...");
7959// waitTmuxText(nm, toybuf); 7958// waitTmuxText(nm, toybuf);
7960// I("%s is done stopping.", name); 7959// I("%s is done stopping.", name);