Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76394 --- shadow/76394 2005-10-14 03:53:48.000000000 -0400 +++ shadow/76394.tmp.15235 2005-10-14 03:54:44.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 76394 Product: Mono: Class Libraries Version: 1.1 OS: All OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Sys.Data AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -62,6 +62,14 @@ Buffer.BlockCopy (bits, 0, buffer, 3, 12); // copy data for (int j = 16; j < 19; j++) // pad with 0 buffer [j] = 0; Marshal.Copy (buffer, 0, _nativeBuffer, 19); return; } + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-14 03:54 ------- +fixed in svn. + + +revision r51703. + +btb, what database you are connecting to ? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
