From 08911e2dcc31a6d7acf4ba186d953cb85b0fa5c4 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 20 Jul 2015 02:34:57 -0700 Subject: Fix for miscellaneous issues identiifed by Coverity Scan --- wildcard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wildcard.cpp') diff --git a/wildcard.cpp b/wildcard.cpp index 305e75f4..3b7736bc 100644 --- a/wildcard.cpp +++ b/wildcard.cpp @@ -488,7 +488,7 @@ static wcstring complete_get_desc_suffix(const wchar_t *suff_orig) static wcstring file_get_desc(const wcstring &filename, int lstat_res, - struct stat lbuf, + const struct stat &lbuf, int stat_res, struct stat buf, int err) -- cgit v1.2.3