X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Ffhistory.c;h=21f9b6f98b9be8db3bce7e277695e2fd763c7375;hb=dedba382ec4773d8abdf244290020f3da42113b6;hp=7fb5f3f31bc16fe9d84320c97d0953f0893a965e;hpb=aaf2ab15830321d9db33cd2e47f739fb52324110;p=yaz-moved-to-github.git diff --git a/client/fhistory.c b/client/fhistory.c index 7fb5f3f..21f9b6f 100644 --- a/client/fhistory.c +++ b/client/fhistory.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: fhistory.c,v 1.3 2007-03-19 22:17:41 adam Exp $ */ /** \file fhistory.c * \brief file history implementation @@ -26,7 +24,7 @@ struct file_history { file_history_t file_history_new() { - file_history_t fh = xmalloc(sizeof(*fh)); + file_history_t fh = (file_history_t) xmalloc(sizeof(*fh)); fh->wr = wrbuf_alloc(); return fh; }