X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Flog.c;h=e0637256868e343647f59ddceb8074dfbd593866;hb=3c03c66fdcf640bbf4c611a48bf8c74989d077f6;hp=855c749a2689039a0d36b0459d626d7655928ff8;hpb=4ea32ed8aafed5ffecaeb5fe66ac9bb28f9dd180;p=yaz-moved-to-github.git diff --git a/src/log.c b/src/log.c index 855c749..e063725 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-2008 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))