X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxconcat-filename.c;h=d1fff90e445970b26d618dcd0750c1b3fd9b221b;hb=a731808a4ac512228e870d5f443b91557f418559;hp=2726036a0f9da07845bdeb25246f8855df8a8c46;hpb=27dbed51f810014b4d495bf69ab41c423e2eb15d;p=gnulib.git diff --git a/lib/xconcat-filename.c b/lib/xconcat-filename.c index 2726036a0..d1fff90e4 100644 --- a/lib/xconcat-filename.c +++ b/lib/xconcat-filename.c @@ -1,5 +1,5 @@ /* Construct a full filename from a directory and a relative filename. - Copyright (C) 2001-2004, 2006-2008 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -29,7 +29,7 @@ Return a freshly allocated filename. */ char * xconcatenated_filename (const char *directory, const char *filename, - const char *suffix) + const char *suffix) { char *result;