]> git.saurik.com Git - wxWidgets.git/commit
check that filename pointer is non-NULL before using it, not after (coverity warning...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Mar 2007 13:06:29 +0000 (13:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Mar 2007 13:06:29 +0000 (13:06 +0000)
commit4b5a7d3d092dd6d0aa7a1998ce0ed3e0c6ea50f1
tree838e9f9029b06e277202228f7729d6aa8adabe23
parent61011e917fe6e144d18f39c58dabb34476efaa83
check that filename pointer is non-NULL before using it, not after (coverity warning); don't pass NULL fp to fclose()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/assertdlg_gtk.c