diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-20 18:35:47 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-20 18:35:47 +0000 |
commit | 143cde5e8283dd5e704ac9b14b76e1ee2ca2a2b3 (patch) | |
tree | 84b9f9c024c66d4e015b47eb44718672a6c48999 /packages/efl1/epsilon/fix_alignment_error.patch | |
parent | 80ec30e4ffff6d24a80b7498c86d83df3d47d948 (diff) |
epsilon cvs add patch to fix alignment error through GNU extension syntax (by Aloisio Almeida)
Diffstat (limited to 'packages/efl1/epsilon/fix_alignment_error.patch')
-rw-r--r-- | packages/efl1/epsilon/fix_alignment_error.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/efl1/epsilon/fix_alignment_error.patch b/packages/efl1/epsilon/fix_alignment_error.patch new file mode 100644 index 0000000000..7a635bcf88 --- /dev/null +++ b/packages/efl1/epsilon/fix_alignment_error.patch @@ -0,0 +1,13 @@ +Index: epsilon/src/lib/exiftags/canon.c +=================================================================== +--- epsilon.orig/src/lib/exiftags/canon.c 2007-12-03 17:45:27.000000000 -0300 ++++ epsilon/src/lib/exiftags/canon.c 2007-12-03 17:46:59.000000000 -0300 +@@ -52,7 +52,7 @@ + struct ccstm { + int32_t val; + struct descrip *table; +- const char descr[]; ++ const char *descr; + }; + + |