diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-17 14:27:53 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-17 14:27:53 +0000 |
commit | f63d29106c5fc8bf4d97d8d80d93398d71be8df4 (patch) | |
tree | 3fd6d17712844afeddc6df883939b7f6bc60c472 /graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp | |
parent | - Take over maintainership from beat@ along his suggestion, (diff) |
- Remove graphics/crystalspace as it has expired
- Remove graphics/crystalentitylayer as it depends on graphics/crystalspace
Approved by: acm (maintainer), bapt (mentor)
Notes
Notes:
svn path=/head/; revision=277850
Diffstat (limited to 'graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp')
-rw-r--r-- | graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp b/graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp deleted file mode 100644 index d408aa15ba16..000000000000 --- a/graphics/crystalspace/files/patch-plugins-mesh-genmesh-persist-gmesh3ds_gmesh3ds.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/mesh/genmesh/persist/gmesh3ds/gmesh3ds.cpp Mon Sep 10 10:41:09 2007 -+++ plugins/mesh/genmesh/persist/gmesh3ds/gmesh3ds.cpp Mon Sep 10 10:42:20 2007 -@@ -278,15 +278,15 @@ - } - - --static int DataReadFunc (void *self, Lib3dsByte *buffer, int size) -+static size_t DataReadFunc (void *self, void *buffer, size_t size) - { - iFile* pData = (iFile*)self; - return (int)pData->Read ((char*)buffer, size ); - } - - --static int DataWriteFunc (void* /*self*/, const Lib3dsByte* /*buffer*/, -- int /*size*/) -+static size_t DataWriteFunc (void* /*self*/, const void* /*buffer*/, -+ size_t /*size*/) - { - // not yet implemented - return 0; |