]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmbase.tex
update by Paco Riviere
[wxWidgets.git] / docs / latex / wx / strmbase.tex
index 3a18bd74a041739d7c95f6ea44b8cca7a9cdc951..857394939e2f46e78ca1d2564b1b9df6fecfc411 100644 (file)
@@ -100,9 +100,5 @@ the file.
 \wxheading{Warning}
 
 There are streams which do not have size by definition, such as socket streams.
-In that cases, GetSize returns an invalid size represented by
-
-\begin{verbatim}
-~(size_t)0
-\end{verbatim}
+In that cases, GetSize returns $0$ so you should always test its return value.