birdal46 / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Android patches #552

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi. Here's my Android patch to GrafX2:

https://github.com/pelya/commandergenius/blob/sdl_android/project/jni/applicatio
n/grafx2/android.patch

It mostly works around buggy getcwd() implementation on Android 3.1 and older, 
which ignores the size parameter, and fills up buffer with zeros up to 
PATH_MAX, which is 4096 bytes.

Original issue reported on code.google.com by X.pelya.X@gmail.com on 28 Mar 2014 at 9:51

GoogleCodeExporter commented 8 years ago
Thanks a lot! I just integrated the changes, in revision 2071 of the new 
repository (http://pulkomandy.tk/projects/GrafX2/browser)

Original comment by yrizoud on 30 Mar 2014 at 5:39