Skip to content

Commit

Permalink
Use 32 bit size and pos for doff_t type
Browse files Browse the repository at this point in the history
  • Loading branch information
mullerch committed Mar 9, 2021
1 parent e96ceed commit a36f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct datetime {
#define USTIME_MAX ((ustime_t)0x7FFFffffFFFFffff)


typedef u2_t doff_t;
typedef u4_t doff_t;
enum { MAX_DOFF = 0xFFFFFFFF };
typedef struct dbuf {
char* buf;
Expand Down

0 comments on commit a36f386

Please sign in to comment.