snap: bad use of sizeof()

devs/bu5hm4n/fix-for-billiob
Boris Faure 3 years ago
parent d77e72647e
commit 4e619660e5
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
  1. 2
      snap/local/efl-efreetd-search.patch

@ -50,7 +50,7 @@ index f859c630f0..f7d196ef6b 100644
+ }
+
+error:
+ snprintf(buf, sizeof(buf), PACKAGE_BIN_DIR "/efreetd");
+ snprintf(buf, PATH_MAX, PACKAGE_BIN_DIR "/efreetd");
+}
+
static void

Loading…
Cancel
Save