Skip to content

Commit

Permalink
nvd_get_reply: Fix false positive process abort
Browse files Browse the repository at this point in the history
For fuck's sake what's going on with `NVD_ASSERT_FATAL`?
  • Loading branch information
tseli0s committed Nov 13, 2023
1 parent 863c79f commit cf7732a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nvdialog_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ NvdQuestionBox *nvd_dialog_question_new(const char *title,
* solution is to assert that the reply is actually valid.
*/
NvdReply nvd_get_reply(NvdQuestionBox *question) {
NVD_ASSERT_FATAL(question != NULL);
NVD_IF_NOT_INITIALIZED(return ((NvdReply) -NVD_NOT_INITIALIZED));
#if defined(NVD_USE_GTK4)
return nvd_get_reply_adw(question);
Expand Down

0 comments on commit cf7732a

Please sign in to comment.