forked from asmigala/fedora-spec
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 5c4b100dd4180325369f1f80a92576ac55d138d9 Mon Sep 17 00:00:00 2001 | ||
From: Yann Collette <ycollette.nospam@free.fr> | ||
Date: Fri, 8 Nov 2024 22:17:13 +0100 | ||
Subject: [PATCH] fix main | ||
|
||
--- | ||
tools/yabridgectl/src/main.rs | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/tools/yabridgectl/src/main.rs b/tools/yabridgectl/src/main.rs | ||
index e66ef0d..6897260 100644 | ||
--- a/tools/yabridgectl/src/main.rs | ||
+++ b/tools/yabridgectl/src/main.rs | ||
@@ -148,7 +148,8 @@ fn main() -> Result<()> { | ||
"Automatically locate yabridge's files. This can be used after \ | ||
manually setting a path with the '--path' option to revert back to \ | ||
the default auto detection behaviour.", | ||
- ), | ||
+ ) | ||
+ .action(ArgAction::SetTrue), | ||
) | ||
.arg( | ||
Arg::new("vst2_location") | ||
-- | ||
2.47.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters