diff options
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/git.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/git.patch b/standalone/android/git.patch index ea6a984c0..ecf095849 100644 --- a/standalone/android/git.patch +++ b/standalone/android/git.patch @@ -32,7 +32,7 @@ index 058505c..16854b2 100644 fstat(fileno(config_file), &st); -+ /* not on android ++ /* not on android if (chmod(lock->filename, st.st_mode & 07777) < 0) { ret = error("chmod on %s failed: %s", lock->filename, strerror(errno)); |