Skip to content

Commit

Permalink
Merge pull request #302 from mikesinouye/scl
Browse files Browse the repository at this point in the history
Change Scl_Pair_t_ membes to long to enable larger liberty file loading.
  • Loading branch information
alanminko committed Jun 17, 2024
2 parents 24d4203 + a6bf511 commit 7beda11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map/scl/sclLiberty.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ typedef enum {
typedef struct Scl_Pair_t_ Scl_Pair_t;
struct Scl_Pair_t_
{
int Beg; // item beginning
int End; // item end
long Beg; // item beginning
long End; // item end
};

typedef struct Scl_Item_t_ Scl_Item_t;
Expand Down

0 comments on commit 7beda11

Please sign in to comment.