mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
linefeed in debug
This commit is contained in:
parent
dd78115f0a
commit
9bdd575882
2
encode.c
2
encode.c
|
@ -748,7 +748,7 @@ PyImaging_LibTiffEncoderNew(PyObject* self, PyObject* args)
|
||||||
key = PyList_GetItem(keys,pos);
|
key = PyList_GetItem(keys,pos);
|
||||||
value = PyList_GetItem(values,pos);
|
value = PyList_GetItem(values,pos);
|
||||||
status = 0;
|
status = 0;
|
||||||
TRACE(("Attempting to set key: %d", (int)PyInt_AsLong(key)));
|
TRACE(("Attempting to set key: %d\n", (int)PyInt_AsLong(key)));
|
||||||
if (PyInt_Check(value)) {
|
if (PyInt_Check(value)) {
|
||||||
TRACE(("Setting from Int: %d %ld \n", (int)PyInt_AsLong(key),PyInt_AsLong(value)));
|
TRACE(("Setting from Int: %d %ld \n", (int)PyInt_AsLong(key),PyInt_AsLong(value)));
|
||||||
status = ImagingLibTiffSetField(&encoder->state,
|
status = ImagingLibTiffSetField(&encoder->state,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user