[Pkg-e-commits] [SCM] Enlightenment DR17 file chunk reading/writing library branch, upstream-vcs, updated. 724ff1721ded78eea468a35945bd2796b5219fbc
cedric
cedric at alioth.debian.org
Sat Jun 7 17:45:13 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 218659797456b0e64f176a5464f11ddfdadb8ff6
Author: cedric <cedric>
Date: Tue May 27 13:50:40 2008 +0000
Disabling support of old eet file format was broken.
diff --git a/src/lib/eet_lib.c b/src/lib/eet_lib.c
index 20d511f..ec41bde 100644
--- a/src/lib/eet_lib.c
+++ b/src/lib/eet_lib.c
@@ -1071,7 +1071,6 @@ eet_internal_read1(Eet_File *ef)
}
#endif
-#if EET_OLD_EET_FILE_FORMAT
static Eet_File *
eet_internal_read(Eet_File *ef)
{
@@ -1281,7 +1280,6 @@ eet_open(const char *file, Eet_File_Mode mode)
return ef;
}
-#endif
EAPI Eet_File_Mode
eet_mode_get(Eet_File *ef)
--
Enlightenment DR17 file chunk reading/writing library
More information about the Pkg-e-commits
mailing list