From d893a28f2144b6060acd5b041f5037bd21bbe174 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 23 Apr 2005 22:59:23 +0000 Subject: [PATCH] - obsolete Changed files: libebml-gcc4.patch -> 1.2 --- libebml-gcc4.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libebml-gcc4.patch diff --git a/libebml-gcc4.patch b/libebml-gcc4.patch deleted file mode 100644 index 33626a7..0000000 --- a/libebml-gcc4.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- libebml-0.7.3/src/EbmlFloat.cpp.orig 2005-01-10 23:49:42.000000000 +0100 -+++ libebml-0.7.3/src/EbmlFloat.cpp 2005-02-27 21:40:21.690108936 +0100 -@@ -102,7 +102,8 @@ - if (Size == 4) { - big_int32 TmpRead; - TmpRead.Eval(Buffer); -- float val = *((float *)&(int32(TmpRead))); -+ int32 tmp32 = int32(TmpRead); -+ float val = *((float*)&tmp32); - Value = val; - bValueIsSet = true; - } else if (Size == 8) { -- 2.44.0