diff options
Diffstat (limited to 'games/frobtads/files/patch-tads3_vmtz.cpp')
-rw-r--r-- | games/frobtads/files/patch-tads3_vmtz.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/frobtads/files/patch-tads3_vmtz.cpp b/games/frobtads/files/patch-tads3_vmtz.cpp deleted file mode 100644 index b75a5ad54629..000000000000 --- a/games/frobtads/files/patch-tads3_vmtz.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- tads3/vmtz.cpp.orig 2013-05-17 19:46:51 UTC -+++ tads3/vmtz.cpp -@@ -1984,7 +1984,7 @@ void CVmTimeZone::query(vmtzquery *resul - * the transition in terms of the local time that was in effect - * up until that moment - */ -- result->set(tcur > 0 ? tcur - 1 : tcur); -+ result->set(cur > 0 ? tcur - 1 : tcur); - return; - } - } |