Bugfix: GoldNode x86 and x64 produce different indexes in some cases, patch by Ivan Novikov, 2:5080/31
This commit is contained in:
parent
d66672c4aa
commit
e9212d8a15
@ -41,7 +41,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct _GEIdx {
|
struct _GEIdx {
|
||||||
long pos; // File Number OR'ed with pos in nodelist file
|
uint32_t pos; // File Number OR'ed with pos in nodelist file
|
||||||
ftn_addr addr; // Node address
|
ftn_addr addr; // Node address
|
||||||
char name[36]; // Name in reversed form
|
char name[36]; // Name in reversed form
|
||||||
_GEIdx() : pos(0), addr() { *name = NUL; }
|
_GEIdx() : pos(0), addr() { *name = NUL; }
|
||||||
|
Reference in New Issue
Block a user