Bug 2538 - Function casing is incorrect in examples
: Function casing is incorrect in examples
Status: RESOLVED LATER
: libtiff
default
: unspecified
: PC Linux
: P2 enhancement
: ---
Assigned To:
: http://www.remotesensing.org/libtiff/...
:
: migrated_to_gitlab
:
:
  Show dependency treegraph
 
Reported: 2016-03-18 01:24 by
Modified: 2019-10-01 14:20 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2016-03-18 01:24:12
Noticed in the scanline section [1].

tiffreadscanline(tif, buf, row);
_tifffree(buf);
tiffclose(tif);
etc.

The first is missing an argument as well.

[1] http://www.remotesensing.org/libtiff/libtiff.html#scanlines
------- Comment #1 From 2019-10-01 14:20:13 -------
Bugzilla is no longer used for tracking libtiff issues. Remaining open tickets,
such as this one, have been migrated to the libtiff GitLab instance at
https://gitlab.com/libtiff/libtiff/issues .

The migrated tickets have their summary prefixed with [BZ#XXXX] where XXXX is
the initial Bugzilla issue number.