fix to prev

This commit is contained in:
Viktor Szakats
2008-06-08 10:28:39 +00:00
parent 37ae4c1d72
commit bd9bfbf2e1

View File

@@ -100,7 +100,7 @@ HB_FUNC( MSQLFETCHR ) /* m_row msqlFetchRow(m_result *, int) */
int i;
for( i = 0; i < num_fields; i++ )
hb_itemArrayPut( aRow, i + 1, mrow[ i ] );
hb_arraySetC( aRow, i + 1, mrow[ i ] );
hb_itemReturnRelease( aRow );
}