Skip to content

Commit 398817b

Browse files
committed
fix
1 parent 7cb9652 commit 398817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ is_forkname(char *name, size_t *pos, const char *forkname)
17861786
}
17871787

17881788
#define OIDCHARS 10
1789-
#define MAXSEGNO ((((uint64_t)1<<32)/RELSEG_SIZE-1)
1789+
#define MAXSEGNO (((uint64_t)1<<32)/RELSEG_SIZE-1)
17901790
#define SEGNOCHARS 5 /* when BLCKSZ == (1<<15) */
17911791

17921792
/* Set forkName if possible */

0 commit comments

Comments
 (0)