Skip to content

Commit

Permalink
exif: suppress Perl language warning
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Oct 22, 2023
1 parent 35cdc1d commit 2904aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Exif.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ public static function getExifWithDuplicates(string $path): array

private static function getExiftool(): array
{
putenv('LANG=C'); // set perl lang to suppress warning

return BinExt::getExiftool();
}

Expand Down

0 comments on commit 2904aa6

Please sign in to comment.