Seek calls take an offset which can validly be negative. Use >= LONG_MIN not 0
authorDavid Elliott <dfe@tgwbd.org>
Tue, 23 Nov 2004 16:22:43 +0000 (16:22 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 23 Nov 2004 16:22:43 +0000 (16:22 +0000)
commit0a1390c7d8e237d6ae58e2d13971bb6df8851cd5
treec7b2f7a4891179d2e65d736004357f3d00c107af
parent6ab3c239ea25c0abef7d76d6c2688a9763464cec
Seek calls take an offset which can validly be negative. Use >= LONG_MIN not 0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wfstream.cpp