Tracker: Patches

5 makeutype.c and ArabicForms.c changes - ID: 3561948
Last Update: Comment added ( josedasilva )

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

ArabicForms.c is updated with commenting.


Jose Da Silva ( josedasilva ) - 2012-08-26 18:04:15 PDT

5

Closed

Accepted

Nobody/Anonymous

None

None

Public


Comments ( 2 )

Date: 2012-09-02 15:29:20 PDT
Sender: josedasilvaAccepting Donations

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


Date: 2012-09-01 15:34:29 PDT
Sender: josedasilvaAccepting Donations

...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


Attached Files ( 2 )

Filename Description Download
ArabicForms.diff makeutype.c missed update patches. ArabicForms.c commented Download
ArabicForms.zip gitk skipped the whitespace changes (remove space at End of Line) Download

Changes ( 6 )

Field Old Value Date By
status_id Open 2012-09-02 15:29:20 PDT josedasilva
resolution_id None 2012-09-02 15:29:20 PDT josedasilva
allow_comments 1 2012-09-02 15:29:20 PDT josedasilva
close_date - 2012-09-02 15:29:20 PDT josedasilva
File Added 452014: ArabicForms.zip 2012-08-26 18:06:55 PDT josedasilva
File Added 452013: ArabicForms.diff 2012-08-26 18:04:16 PDT josedasilva