Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ce59bb

Browse files
committed
Fix a compilater warning on Windows 64-bit
1 parent d3dfd0e commit 9ce59bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/formatter_unicode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ calc_padding(Py_ssize_t nchars, Py_ssize_t width, Py_UCS4 align,
315315

316316
/* Do the padding, and return a pointer to where the caller-supplied
317317
content goes. */
318-
static Py_ssize_t
318+
static int
319319
fill_padding(_PyUnicodeWriter *writer,
320320
Py_ssize_t nchars,
321321
Py_UCS4 fill_char, Py_ssize_t n_lpadding,

0 commit comments

Comments
 (0)