Menu

#28 makeutype.c and ArabicForms.c changes

closed-accepted
nobody
None
5
2012-09-02
2012-08-27
No

This updates makeutype.c with the changes that got missed or lost in prior patches.

ArabicForms.c is updated with commenting.

Discussion

  • Jose Da Silva

    Jose Da Silva - 2012-08-27

    makeutype.c missed update patches. ArabicForms.c commented

     
  • Jose Da Silva

    Jose Da Silva - 2012-08-27

    gitk skipped the whitespace changes (remove space at End of Line)

     
  • Jose Da Silva

    Jose Da Silva - 2012-09-01

    ...just noted that it should have remained as 512 for this, but I'm guessing you are manually entering these commits since I haven't yet set up a github clone of fontforge.
    - buffer[512]='\0'; buf2[0] = buf2[300]='\0'; oldname[0]='\0';
    + buffer[511]='\0'; buf2[0] = buf2[300]='\0'; oldname[0]='\0';

    leave it as 512 instead of 511

     
  • Jose Da Silva

    Jose Da Silva - 2012-09-02

    This patch has been copied to github since the FontForge developers are using github and find it easier to track changes there. Patches are located here: https://github.com/JoesCat/FontForge_JoesCat

    and the current mainstream if this patch is accepted is located at: https://github.com/fontforge

     
  • Jose Da Silva

    Jose Da Silva - 2012-09-02
    • status: open --> closed-accepted
     

Log in to post a comment.