X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsnprintf.c;h=11a9067e1957bce61e97fb483c8fd2bdee0d3dea;hb=50910e85f05204a853e7e6975b1e3ef0adf1dbe6;hp=a3903ed525701d6d550a110e89e459ad31b22620;hpb=2ba84b155219d5d18eed5ba4d929c12abdb88f14;p=yaz-moved-to-github.git diff --git a/src/snprintf.c b/src/snprintf.c index a3903ed..11a9067 100644 --- a/src/snprintf.c +++ b/src/snprintf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ /** @@ -36,6 +36,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