View | Details | Raw Unified | Return to bug 216357 | Differences between
and this patch

Collapse All | Expand All

(-)frobtads/files/patch-tads3_vmtz.cpp (+11 lines)
Line 0 Link Here
1
--- tads3/vmtz.cpp.orig	2017-02-01 00:03:18.317956000 +0100
2
+++ tads3/vmtz.cpp	2017-02-01 00:03:27.009520000 +0100
3
@@ -1984,7 +1984,7 @@
4
              *   the transition in terms of the local time that was in effect
5
              *   up until that moment
6
              */
7
-            result->set(tcur > 0 ? tcur - 1 : tcur);
8
+            result->set(cur > 0 ? tcur - 1 : tcur);
9
             return;
10
         }
11
     }

Return to bug 216357