X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Flog.c;h=db9af9e0602b4ddd2de04c1ec278eb13db99d1bd;hb=9507c6ac14596ef68763e7ec8c08e92838ac44da;hp=855c749a2689039a0d36b0459d626d7655928ff8;hpb=4ea32ed8aafed5ffecaeb5fe66ac9bb28f9dd180;p=yaz-moved-to-github.git diff --git a/src/log.c b/src/log.c index 855c749..db9af9e 100644 --- a/src/log.c +++ b/src/log.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: log.c,v 1.54 2007-06-05 06:42:26 adam Exp $ */ /** @@ -16,9 +14,12 @@ #ifdef WIN32 #include +#include #endif +#if HAVE_SYS_STAT_H #include +#endif #include #include #include @@ -294,7 +295,7 @@ static void yaz_log_open_check(struct tm *tm, int force, const char *filemode) if (yaz_file_type != use_file) return; - if (l_fname && *l_fname) + if (*l_fname) { strftime(new_filename, sizeof(new_filename)-1, l_fname, tm); if (strcmp(new_filename, cur_filename)) @@ -591,7 +592,9 @@ int yaz_log_mask_str_x(const char *str, int level) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +