Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix bug with Java bindings on 32-bit systems.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 31 Mar 2014 14:22:45 +0000 (16:22 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 31 Mar 2014 14:23:08 +0000 (16:23 +0200)
On 32-bit systems, sizeof(NetworkLink*) < sizeof(jlong), and the elements must
be copied one by one.


No differences found