{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1735698489,"commit_time":1735731860,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"70b49a4e4ccdfad5aec03be889e02c2fc4d6e4f7","message":"file: fix Android compiler warning\n\nApply the fix already used in `lib/fopen.c`.\n\n```\nlib/file.c:326:41: warning: implicit conversion loses integer precision: 'unsigned int' to 'mode_t' (aka 'unsigned short') [-Wimplicit-int-conversion]\n  326 |   fd = open(file->path, mode, data->set.new_file_perms);\n      |        ~~~~                   ~~~~~~~~~~^~~~~~~~~~~~~~\n```\n\nCloses #15883\n","parents":["5054c68b580e99f6de0c22a1c6303fc93985f37b"],"tree_hash":"c7f54fdcb0b623a701d4222c83490f50365a624f"}