You've already forked linux-packaging-mono
Imported Upstream version 5.10.1.12
Former-commit-id: 074ae70b5bb50a3058d9113dd719374466705e4e
This commit is contained in:
parent
0a02617e00
commit
cb025ef461
@@ -249,9 +249,9 @@ namespace System.Collections.Generic
|
||||
buffer = GetBuffer(++row);
|
||||
copied =
|
||||
#if __MonoCS__
|
||||
CopyToCore(buffer, column, array, arrayIndex, count);
|
||||
CopyToCore(buffer, 0, array, arrayIndex, count);
|
||||
#else
|
||||
CopyToCore(buffer, column);
|
||||
CopyToCore(buffer, 0);
|
||||
#endif
|
||||
} while (count > 0);
|
||||
|
||||
|
Reference in New Issue
Block a user