X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsnprintf.c;h=de918f10c6113ed7cbc8af0a39c2c836c39cbea3;hp=a3903ed525701d6d550a110e89e459ad31b22620;hb=5ae134cc01cf31868aa2adaa7daf801993e7c1e3;hpb=2ba84b155219d5d18eed5ba4d929c12abdb88f14 diff --git a/src/snprintf.c b/src/snprintf.c index a3903ed..de918f1 100644 --- a/src/snprintf.c +++ b/src/snprintf.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** * \file snprintf.c * \brief snprintf wrapper */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -36,6 +39,7 @@ void yaz_snprintf(char *buf, size_t size, const char *fmt, ...) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab