Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe55783

Browse files
committed
merge 3.2
2 parents c831a91 + 3077404 commit fe55783

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/getbuildinfo.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
const char *
3535
Py_GetBuildInfo(void)
3636
{
37-
static char buildinfo[50 + sizeof HGVERSION +
38-
((sizeof HGTAG > sizeof HGBRANCH) ?
39-
sizeof HGTAG : sizeof HGBRANCH)];
37+
static char buildinfo[50 + sizeof(HGVERSION) +
38+
((sizeof(HGTAG) > sizeof(HGBRANCH)) ?
39+
sizeof(HGTAG) : sizeof(HGBRANCH))];
4040
const char *revision = _Py_hgversion();
4141
const char *sep = *revision ? ":" : "";
4242
const char *hgid = _Py_hgidentifier();

0 commit comments

Comments
 (0)