Skip to content

Commit cf93cfb

Browse files
committed
Reflect call change of G_show_password_hints_m12() in the wrapper
1 parent b1138dc commit cf93cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dhn_med_py/med_file/dhnmed_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ static PyObject *read_MED(PyObject *self, PyObject *args)
647647
return NULL;
648648
} else {
649649
G_warning_message_m12("\nread_MED():\nCannot read session => Check that the password is correct, and that metadata files exist.\n");
650-
G_show_password_hints_m12(NULL);
650+
G_show_password_hints_m12(NULL, 0);
651651
PyErr_SetString(PyExc_RuntimeError, "\nread_MED():\nCannot read session => Check that the password is correct, and that metadata files exist.\n");
652652
PyErr_Occurred();
653653
return NULL;

0 commit comments

Comments
 (0)