commit 79e8071f08cff1b7644b7434beb0d7c5cd76e2ef parent 1178daa65e4cef5f701c4032a683c07316af6f68 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Thu, 29 Dec 2022 20:37:31 +0100 make the location more flexible Diffstat:
M | include/clap/preset-discovery.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/preset-discovery.h b/include/clap/preset-discovery.h @@ -130,7 +130,7 @@ typedef struct clap_preset_location { // name of this location char name[CLAP_NAME_SIZE]; - // path to a directory on the file system in which preset can be found + // path to a directory or a file on the file system in which preset can be found char path[CLAP_URI_SIZE]; } clap_preset_location_t;