libaacs | branch: refs/tags/0.3.0 | npzacs <[email protected]> | Fri Oct 28 
15:27:39 2011 +0300| [876f45a3f727eb6f06cdb2b0128f857226346e59] | committer: 
npzacs

 #if -> #ifdef

> http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=876f45a3f727eb6f06cdb2b0128f857226346e59
---

 src/libaacs/mmc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libaacs/mmc.c b/src/libaacs/mmc.c
index 004db1c..3a0dad9 100644
--- a/src/libaacs/mmc.c
+++ b/src/libaacs/mmc.c
@@ -388,7 +388,7 @@ MMC *mmc_open(const char *path, const uint8_t 
*host_priv_key,
 
 #if defined(HAVE_MNTENT_H)
 
-#if HAVE_REALPATH
+#ifdef HAVE_REALPATH
     char *file_path = realpath(path, NULL);
 #else
     char *file_path = (char*)malloc(strlen(path) + 1);

_______________________________________________
libaacs-devel mailing list
[email protected]
http://mailman.videolan.org/listinfo/libaacs-devel

Reply via email to