diff options
Diffstat (limited to 'games-strategy/attal/files/0.8.1-gcc34.patch')
-rw-r--r-- | games-strategy/attal/files/0.8.1-gcc34.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-strategy/attal/files/0.8.1-gcc34.patch b/games-strategy/attal/files/0.8.1-gcc34.patch deleted file mode 100644 index 55cff4e2aa33..000000000000 --- a/games-strategy/attal/files/0.8.1-gcc34.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- attal-src-0.8.1/libCommon/genericMapDisposition.cpp.orig 2004-07-14 19:51:47.783372784 -0400 -+++ attal-src-0.8.1/libCommon/genericMapDisposition.cpp 2004-07-14 19:51:56.068113312 -0400 -@@ -59,7 +59,7 @@ - delete [] _dispo; - } - -- _dispo = new (DispositionType *)[ height ]; -+ _dispo = new DispositionType *[ height ]; - for( i = 0; i < height; i++ ) { - _dispo[i] = new DispositionType[ width ]; - for( j = 0; j < width; j++ ){ |