about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/guitarix/fix-build.patch
blob: 4a0e42677765c6b7b279bdde0e26c3324a3e8d83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/src/LV2/xputty/xfilepicker.cpp
+++ b/src/LV2/xputty/xfilepicker.cpp
@@ -191,6 +191,6 @@
     filepicker->selected_file = NULL;
     filepicker->path = NULL;
     filepicker->filter = NULL;
-    asprintf(&filepicker->path, path);
+    asprintf(&filepicker->path, "%s", path);
     assert(filepicker->path != NULL);
 }