summaryrefslogtreecommitdiff
path: root/games/fillets-ng-data/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/fillets-ng-data/patches/patch-ac')
-rw-r--r--games/fillets-ng-data/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/fillets-ng-data/patches/patch-ac b/games/fillets-ng-data/patches/patch-ac
deleted file mode 100644
index becfaef6d01..00000000000
--- a/games/fillets-ng-data/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2011/08/29 08:24:31 christos Exp $
-
---- script/share/Pickle.lua.orig 2004-06-26 03:22:12.000000000 +0300
-+++ script/share/Pickle.lua 2011-08-29 10:42:22.000000000 +0300
-@@ -78,7 +78,7 @@
- end
- for tnum = 1, table.getn(tables) do
- local t = tables[tnum]
-- local tcopy = {}; for i, v in t do tcopy[i] = v end
-+ local tcopy = {}; for i, v in pairs(t) do tcopy[i] = v end
- for i, v in pairs(tcopy) do
- local ni, nv
- if type(i) == "table" then ni = tables[i[1]] else ni = i end