Alexander Täschner wants to merge 1 commit from /u/taschna/gnuplot/ to master, 2022-11-17
This fixes a typo in a variable declaration and a missing cast of a void* which both prevents the code from being compiled using MSVC.
Fix typo and missing cast.
I attached the above change and confirmed that it did not affect to the windows build using MinGW. I merged it.
I would like to apply this to the baranch-stable. How can I do this?
I do not know how to do this through the SourceForge site. On your own machine, you would do:
git checkout master git pull git checkout branch-5-4-stable git cherry-pick 8b1fba81 git push git checkout master
Ethan. Thanks. I applied the modification also to branch-stable.
Log in to post a comment.
I attached the above change and confirmed that it did not affect to the windows build using MinGW. I merged it.
Last edit: Tatsuro MATSUOKA 2022-11-17
I would like to apply this to the baranch-stable. How can I do this?
I do not know how to do this through the SourceForge site. On your own machine, you would do:
Ethan. Thanks. I applied the modification also to branch-stable.