From b2b4f8c0ca2884f99a923d30b4b37b12c76e936b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 29 Dec 2006 20:18:57 +0000 Subject: [PATCH] wxFileModificationTime return -1, not 0, on error (patch 1624484) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index e09d7e8132..3f35029b21 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -996,7 +996,8 @@ Returns true if the file exists and is a plain file. Returns time of last modification of given file. -The return value is $0$ if an error occured (e.g. file not found). +The function returns \texttt{(time\_t)}$-1$ if an error occurred (e.g. file not +found). \membersection{::wxFileNameFromPath}\label{wxfilenamefrompath} -- 2.45.2