X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fcontext_read.c;h=57653ea29589a5a96a5cd47d88a3a5cd0f796eb8;hp=4f744997fd03c07b732456645f199c0f12dab1c3;hb=246ca516a0f7b870316116bc184347b0fb2bc00b;hpb=552fd7253e5ee9e554c5c7a8248a6322aa4363bb diff --git a/sbr/context_read.c b/sbr/context_read.c index 4f74499..57653ea 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -97,7 +97,7 @@ context_read(void) adios(NULL, "Your `%s' profile file does not contain a valid path entry.", defpath); if (*cp != '/') - (void)snprintf(nd = buf, sizeof(buf), "%s/%s", mypath, cp); + snprintf(nd = buf, sizeof(buf), "%s/%s", mypath, cp); else nd = cp;