Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / data1 / d1_handle.c
index 2c5f853..f6ea2d7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: d1_handle.c,v 1.8 2006-03-29 10:43:23 adam Exp $
+/* $Id: d1_handle.c,v 1.11 2006-05-10 08:13:18 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -152,6 +152,7 @@ FILE *data1_path_fopen (data1_handle dh, const char *file, const char *mode)
 {
     const char *path = data1_get_tabpath(dh);
     const char *root = data1_get_tabroot(dh);
+    yaz_log(YLOG_DEBUG, "data1_fath_fopen file=%s mode=%s", file, mode);
     return yaz_fopen (path, file, "r", root);
 }
 
@@ -159,3 +160,11 @@ int data1_is_xmlmode(data1_handle dh)
 {
     return 1;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+