diff options
| author | Alexander Gavrilov | 2012-09-14 12:35:55 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-14 12:35:55 +0400 |
| commit | d22591e24050b8200899a0de8854c39efff9effd (patch) | |
| tree | cf87a87b713ca0e6341211dad5c2947780d52a85 /plugins/tweak.cpp | |
| parent | aaf5d181bd2a54e378c91b7a02a558126c4d5105 (diff) | |
| download | dfhack-d22591e24050b8200899a0de8854c39efff9effd.tar.gz dfhack-d22591e24050b8200899a0de8854c39efff9effd.tar.bz2 dfhack-d22591e24050b8200899a0de8854c39efff9effd.tar.xz | |
Fix a file descriptor leak and a crash in linux getMemRanges.
Diffstat (limited to 'plugins/tweak.cpp')
| -rw-r--r-- | plugins/tweak.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tweak.cpp b/plugins/tweak.cpp index de7695fb..bebc346c 100644 --- a/plugins/tweak.cpp +++ b/plugins/tweak.cpp @@ -89,10 +89,10 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector <Plugi " Fixes rendering of creature weight limits in pressure plate build menu.\n" " tweak stable-temp [disable]\n" " Fixes performance bug 6012 by squashing jitter in temperature updates.\n" - " tweak fast-heat [max-ticks]\n" + " tweak fast-heat <max-ticks>\n" " Further improves temperature updates by ensuring that 1 degree of\n" " item temperature is crossed in no more than specified number of frames\n" - " when updating from the environment temperature.\n" + " when updating from the environment temperature. Use 0 to disable.\n" )); return CR_OK; } |
