summaryrefslogtreecommitdiff
path: root/games-misc/yadex/files/yadex-1.7.0-NULL-is-not-zero.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/yadex/files/yadex-1.7.0-NULL-is-not-zero.patch')
-rw-r--r--games-misc/yadex/files/yadex-1.7.0-NULL-is-not-zero.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-misc/yadex/files/yadex-1.7.0-NULL-is-not-zero.patch b/games-misc/yadex/files/yadex-1.7.0-NULL-is-not-zero.patch
deleted file mode 100644
index 7ceb7a558873..000000000000
--- a/games-misc/yadex/files/yadex-1.7.0-NULL-is-not-zero.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- yadex-1.7.0/src/wadlist.cc.old 2003-01-29 14:45:19.000000000 -0700
-+++ yadex-1.7.0/src/wadlist.cc 2003-01-29 14:45:56.000000000 -0700
-@@ -175,7 +175,7 @@
- priv->iter = priv->list.erase (i);
- if (priv->iter == priv->list.begin ())
- {
-- priv->iter = 0; // Catch bugs
-+ priv->iter = (std::_List_iterator<boost::shared_ptr<Wad_file> >)NULL; // Catch bugs
- priv->rewound = true;
- }
- }