]> git.marmaro.de Git - mmh/blobdiff - sbr/context_read.c
Removed void casts for ignored return values of function calls.
[mmh] / sbr / context_read.c
index 4f744997fd03c07b732456645f199c0f12dab1c3..57653ea29589a5a96a5cd47d88a3a5cd0f796eb8 100644 (file)
@@ -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;