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

qucs/main.cpp: fix variable 'S4Q_workdir' when first time it is run #330

Closed
wants to merge 1 commit into from

Conversation

antohami
Copy link
Contributor

The variable must be assigned after QucsWorkDir is set, otherwise the wrong path '/spice4qucs' will be assigned the first time it is run.
See: https://bugzilla.altlinux.org/42122

The variable must be assigned after QucsWorkDir is set, otherwise
the wrong path '/spice4qucs' will be assigned the first time it is run.
See: https://bugzilla.altlinux.org/42122
@ra3xdh
Copy link
Owner

ra3xdh commented Oct 18, 2023

This issue has been fixed already in 0.0.24 The bugreport from Altlinux bugzilla describes the problem from 2022. See #86 for detailed description of this issue and reference for fixing commit. I have just test a fresh installation and cannot reproduce #86 anymore. The working directory path is set correct. Please check the v2.0.0 package using the fresh installation.

@antohami
Copy link
Contributor Author

The patch is no longer needed. Thanks.

@antohami antohami closed this Oct 18, 2023
@antohami antohami deleted the fix-S4Q_workdir branch October 18, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants