Kaydet (Commit) d69e0345 authored tarafından Hye-Shik Chang's avatar Hye-Shik Chang

Fix a build problem introduced by r42230.

üst e810fe2c
......@@ -1114,7 +1114,7 @@ _pystat_fromstructstat(STRUCT_STAT *st)
unsigned long bsec,bnsec;
bsec = (long)st->st_birthtime;
#ifdef HAVE_STAT_TV_NSEC2
bnsec = st.st_birthtimespec->tv_nsec;
bnsec = st->st_birthtimespec.tv_nsec;
#else
bnsec = 0;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment