libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / frobtads / tads3-vmtz.cpp.patch
CommitLineData
4c4d537d
FF
1https://svnweb.freebsd.org/ports/head/games/frobtads/files/patch-tads3_vmtz.cpp?revision=432973&view=markup
2
3diff -u -r ../frobtads-1.2.3/tads3/vmtz.cpp ./tads3/vmtz.cpp
4--- ../frobtads-1.2.3/tads3/vmtz.cpp 2013-05-17 21:46:51.000000000 +0200
5+++ ./tads3/vmtz.cpp 2017-06-12 00:31:09.635744304 +0200
6@@ -1984,7 +1984,7 @@
7 * the transition in terms of the local time that was in effect
8 * up until that moment
9 */
10- result->set(tcur > 0 ? tcur - 1 : tcur);
11+ result->set(cur > 0 ? tcur - 1 : tcur);
12 return;
13 }
14 }