exif: suppress Perl language warning
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/888/head
parent
35cdc1daeb
commit
2904aa6aa4
|
@ -414,6 +414,8 @@ class Exif
|
|||
|
||||
private static function getExiftool(): array
|
||||
{
|
||||
putenv('LANG=C'); // set perl lang to suppress warning
|
||||
|
||||
return BinExt::getExiftool();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue