diff --git a/goldlib/gall/gftnnlge.h b/goldlib/gall/gftnnlge.h index 399fc53..c45b793 100644 --- a/goldlib/gall/gftnnlge.h +++ b/goldlib/gall/gftnnlge.h @@ -41,7 +41,7 @@ #endif 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 char name[36]; // Name in reversed form _GEIdx() : pos(0), addr() { *name = NUL; }