X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=obt%2Fpaths.c;fp=obt%2Fpaths.c;h=f2d4b420848efeb3677123341f28560d0b329999;hp=aa76b8efd36fbe63f898ffa559ce0164022851a0;hb=7d32190a4cce0a579e187998ec5f834a3b8932e5;hpb=30fe9697dfd7276a8d18cdecde9809eeec80bf0d diff --git a/obt/paths.c b/obt/paths.c index aa76b8ef..f2d4b420 100644 --- a/obt/paths.c +++ b/obt/paths.c @@ -335,7 +335,7 @@ static inline gboolean try_exec(const ObtPaths *const p, const gchar *const path) { struct stat st; - BSEARCH_SETUP(guint); + BSEARCH_SETUP(); if (stat(path, &st) != 0) return FALSE;