summaryrefslogtreecommitdiff
path: root/libre/newton-dynamics-libre/assert-fix.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-08 04:51:24 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-08 04:51:24 -0200
commit95def50238d1fa35819d2f67079ce97dc96cd12f (patch)
treeca7d966d2348f174f84a2370f4c66e818b4c933a /libre/newton-dynamics-libre/assert-fix.patch
parent53ae25ee5242912f13151330dcd5c73ba9e0dfba (diff)
downloadabslibre-95def50238d1fa35819d2f67079ce97dc96cd12f.tar.gz
abslibre-95def50238d1fa35819d2f67079ce97dc96cd12f.tar.bz2
abslibre-95def50238d1fa35819d2f67079ce97dc96cd12f.zip
remove deprecated packages
Diffstat (limited to 'libre/newton-dynamics-libre/assert-fix.patch')
-rw-r--r--libre/newton-dynamics-libre/assert-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/newton-dynamics-libre/assert-fix.patch b/libre/newton-dynamics-libre/assert-fix.patch
deleted file mode 100644
index 83dfdd790..000000000
--- a/libre/newton-dynamics-libre/assert-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: source/core/dgTypes.cpp
-===================================================================
---- source/core/dgTypes.cpp (revision 506)
-+++ source/core/dgTypes.cpp (working copy)
-@@ -515,7 +515,7 @@
- return 0;
- }
- _ASSERTE (compareCount <= dgInt32 (strideInBytes / sizeof (dgFloat64)));
-- _ASSERT (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
-+ _ASSERTE (strideInBytes == dgInt32 (sizeof (dgFloat64) * (strideInBytes / sizeof (dgFloat64))));
-
- dgInt32 stride = strideInBytes / dgInt32 (sizeof (dgFloat64));
- dgInt32 stride2 = stride + 2;