X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr_util.c;h=6efa6c03fcdbd4ffdee376bca3c15daaa994c2b7;hb=5ae2f74ba9b27bb7e926d5908471ac79371f7823;hp=58b60cb0527a57bbd2ca52b2762347afd3df59f1;hpb=82fade1c1b7531cda93c908e33d9af8b9fd91a6f;p=yaz-moved-to-github.git diff --git a/src/odr_util.c b/src/odr_util.c index 58b60cb..6efa6c0 100644 --- a/src/odr_util.c +++ b/src/odr_util.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ /** @@ -108,12 +108,11 @@ char *odr_prepend(ODR o, const char *prefix, const char *old) *res = '\0'; if (plen > 0) - strcpy (res, prefix); + strcpy(res, prefix); if (plen > 0 && old != 0) - strcat (res, "/"); - if (old !=0) - strcat (res, old); - + strcat(res, "/"); + if (old != 0) + strcat(res, old); return res; } /*