Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fcdb53

Browse files
committed
fix reporting ofderwin errors
1 parent0d01ade commit8fcdb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Modules/_cursesmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ _curses_window_derwin_impl(PyCursesWindowObject *self, int group_left_1,
15941594
win=derwin(self->win,nlines,ncols,begin_y,begin_x);
15951595

15961596
if (win==NULL) {
1597-
curses_window_set_error(self,"derwin",NULL);
1597+
curses_window_set_null_error(self,"derwin",NULL);
15981598
returnNULL;
15991599
}
16001600

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp