true vs TRUE again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-07-13 17:42:16 +00:00
parent 6835592c5c
commit 2e57a9efc5

View File

@@ -3022,7 +3022,7 @@ bool wxDb::Catalog(const wxChar *userID, const wxString &fileName)
tblNameSave.Empty(); tblNameSave.Empty();
int cnt = 0; int cnt = 0;
while (true) while (TRUE)
{ {
retcode = SQLFetch(hstmt); retcode = SQLFetch(hstmt);
if (retcode != SQL_SUCCESS && retcode != SQL_SUCCESS_WITH_INFO) if (retcode != SQL_SUCCESS && retcode != SQL_SUCCESS_WITH_INFO)