Menu

Git Repository Merge Request #23: Fix typo and missing cast in winmain.c (merged)

Merging...

Merged

Something went wrong. Please, merge manually

Checking if merge is possible...

Something went wrong. Please, merge manually

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.

Commit Date  
[8b1fba] (HEADmaster) by Alexander Täschner Alexander Täschner

Fix typo and missing cast.

2022-11-16 11:20:33 Tree

Discussion

  • Tatsuro MATSUOKA

    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
  • Tatsuro MATSUOKA

    • Status: open --> merged
     
  • Tatsuro MATSUOKA

    I would like to apply this to the baranch-stable. How can I do this?

     
    • Ethan Merritt

      Ethan Merritt - 2022-11-17

      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
      
       
  • Tatsuro MATSUOKA

    Ethan. Thanks. I applied the modification also to branch-stable.

     

Log in to post a comment.

MongoDB Logo MongoDB