2009-03-13 03:21 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/rddsql/sddpg/pgsqldd.c
    ! MSVC C++ potentially uninit'ed var warning fixed.
This commit is contained in:
Viktor Szakats
2009-03-13 02:22:05 +00:00
parent 665fbc26db
commit a67f61795d
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-13 03:21 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/rddsql/sddpg/pgsqldd.c
! MSVC C++ potentially uninit'ed var warning fixed.
2009-03-13 02:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbwin/wapi_commctrl.c
! Fix to prev commit.

View File

@@ -380,6 +380,8 @@ static HB_ERRCODE pgsqlOpen( SQLBASEAREAP pArea )
break;
default:
pFieldInfo.uiType = 0;
pFieldInfo.uiLen = 0;
bError = TRUE;
break;
}