davidbyttow / govips

A lightning fast image processing and resizing library for Go
MIT License
1.23k stars 196 forks source link

add missing assignment to 'ret' variable #407

Closed Auxority closed 6 months ago

Auxority commented 6 months ago

Related to https://github.com/davidbyttow/govips/issues/404

coveralls commented 6 months ago

Coverage Status

coverage: 74.34% (-1.5%) from 75.857% when pulling 11468c0d45f990948efff2d60f0b9e4a30dc324e on Auxority:update into c4cb962afb406933969b4849672f5d3c3806750f on davidbyttow:update.

Auxority commented 5 months ago

I am not sure if this was actually merged with the master branch. I can't find the commit in the commit history.

EDIT: I saw a merge was attempted but the test failed. But I have no clue how I'd write a test for this, I only changed one line of C code.