Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2942a43 commit 816ffbaCopy full SHA for 816ffba
1 file changed
src/_tkagg.cpp
@@ -73,7 +73,7 @@ static int PyAggImagePhoto(ClientData clientdata, Tcl_Interp *interp, int
73
TCL_APPEND_RESULT(interp, "destination photo must exist", (char *)NULL);
74
return TCL_ERROR;
75
}
76
- /* get buffer from str which is "ptr height width" */
+ /* get buffer from str which is "height width ptr" */
77
if (sscanf(argv[2], IMG_FORMAT, &hdata, &wdata, &pdata) != 3) {
78
TCL_APPEND_RESULT(interp,
79
"error reading data, expected height width ptr",
0 commit comments