Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Fix Graph loading when Dataset names contain spaces #930

Closed in3otd closed 5 years ago

in3otd commented 5 years ago

Fix #929. Works for me. Please check. (should this go to master as a hotfix too?)

If a Diagram contained a Graph which referenced a variable in a Dataset with a name containing spaces, the Graph loading failed as the simple parsing code was confused by the spaces in the Dataset name.

guitorri commented 5 years ago

Please branch from master a hotfix-# and PR against both, master and develop.

in3otd commented 5 years ago

ok, I've done two new PRs (#931, #932)