gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23087 - Extractor/src/plugins


From: gnunet
Subject: [GNUnet-SVN] r23087 - Extractor/src/plugins
Date: Sat, 4 Aug 2012 02:13:37 +0200

Author: grothoff
Date: 2012-08-04 02:13:37 +0200 (Sat, 04 Aug 2012)
New Revision: 23087

Modified:
   Extractor/src/plugins/mime_extractor.c
Log:
docu

Modified: Extractor/src/plugins/mime_extractor.c
===================================================================
--- Extractor/src/plugins/mime_extractor.c      2012-08-04 00:13:00 UTC (rev 
23086)
+++ Extractor/src/plugins/mime_extractor.c      2012-08-04 00:13:37 UTC (rev 
23087)
@@ -69,6 +69,9 @@
 mime_ltdl_init () 
 {
   magic = magic_open (MAGIC_MIME_TYPE);
+  /* FIXME: hard-wiring this path might not be the 
+     most sane thing to do; not sure what is a good
+     portable way to find the 'magic' file though... */
   magic_load (magic, "/usr/share/misc/magic");
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]