Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Specify assoc array for sink port aliases #39

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

jfrome
Copy link
Contributor

@jfrome jfrome commented Dec 24, 2024

Without specific associative array type declaration:

  • the array is initialized as an indexed array
  • the check at line 751 fails with the following error:
~/.config/i3-volume/volume: line 751: %v\n: syntax error: operand expected (error token is "%v\n")

@hastinbe hastinbe merged commit c2b14a8 into hastinbe:master Dec 24, 2024
1 check passed
@hastinbe
Copy link
Owner

Nice catch, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants