X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsnprintf.c;h=b053d6182b5bbc8e7438641835c97e0e28429f29;hp=23ad9bb77f482ca1329a73e58d6e62e2c0aa1bd5;hb=1f1e067ae72eff85b653b72f9450ee6b50dcc272;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/src/snprintf.c b/src/snprintf.c index 23ad9bb..b053d61 100644 --- a/src/snprintf.c +++ b/src/snprintf.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2013 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