Re: [PATCH 2/2] better introduction of GIT with USE_NSEC defined From: Johannes Sixt <hidden> Date: 2016-06-15 22:46:20 Kjetil Barvik schrieb:- istate->timestamp.sec = st.st_mtime; -#ifdef USE_NSEC + istate->timestamp.sec = (unsigned int)st.st_mtime; istate->timestamp.nsec = (unsigned int)st.st_mtim.tv_nsec; -#else - istate->timestamp.nsec = 0; -#endif Doesn't this break on systems where st_mtime is time_t and st_mtim does not exist? -- Hannes
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help