]> Dogcows Code - chaz/openbox/blobdiff - obt/paths.c
Add another BSEARCH function that lets you search through an array of objects.
[chaz/openbox] / obt / paths.c
index aa76b8efd36fbe63f898ffa559ce0164022851a0..f2d4b420848efeb3677123341f28560d0b329999 100644 (file)
@@ -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;
This page took 0.025667 seconds and 4 git commands to generate.