exif: suppress Perl language warning

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-22 14:49:41 -07:00
parent 35cdc1daeb
commit 2904aa6aa4
1 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,8 @@ class Exif
private static function getExiftool(): array
{
putenv('LANG=C'); // set perl lang to suppress warning
return BinExt::getExiftool();
}