We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6def6 commit 82eac25Copy full SHA for 82eac25
lib/Geo/GDAL/FFI/VSI/File.pm
@@ -45,7 +45,7 @@ sub Write {
45
my ($self, $buf) = @_;
46
my $len = do {use bytes; length($buf)};
47
my $ffi = FFI::Platypus->new();
48
- my $address = $ffi->cast 'string' => 'opaque', $buf;
+ my $address = $ffi->cast('string' => 'opaque', $buf);
49
return Geo::GDAL::FFI::VSIFWriteL($address, 1, $len, $self->{handle});
50
}
51
0 commit comments