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

Skip to content

Commit 816ffba

Browse files
committed
fix (from review)
1 parent 2942a43 commit 816ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_tkagg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static int PyAggImagePhoto(ClientData clientdata, Tcl_Interp *interp, int
7373
TCL_APPEND_RESULT(interp, "destination photo must exist", (char *)NULL);
7474
return TCL_ERROR;
7575
}
76-
/* get buffer from str which is "ptr height width" */
76+
/* get buffer from str which is "height width ptr" */
7777
if (sscanf(argv[2], IMG_FORMAT, &hdata, &wdata, &pdata) != 3) {
7878
TCL_APPEND_RESULT(interp,
7979
"error reading data, expected height width ptr",

0 commit comments

Comments
 (0)