On Mon, May 25, 2009 at 5:00 PM, Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> wrote: > On Mon, May 25, 2009 at 4:47 PM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: >> Nguyen Thai Ngoc Duy schrieb: >>> On Mon, May 25, 2009 at 4:16 PM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: >>>> Nguyen Thai Ngoc Duy schrieb: >>>>> Someone with better Windows knowledge than me should explain how this works. Windows' >>>>> snprintf() just cuts out the last character in this statement: >>>>> >>>>> snprintf(buf, 8, "--%s", "onto"); // result: '--ont', expected: '--onto' >>>> This doesn't happen for me: neither with Windows's original snprintf nor >>>> with the version from compat/. Are you using the latest msysgit >>>> environment to compile, i.e. gcc 4.4? There was a change regarding >>>> SNPRINTF_SIZE_CORR; perhaps that's the culprit? >>> >>> It could be. I used git.git's next branch, not msys4git or mingw.git >>> repositories. >> >> OK. Assuming you are using the latest msysgit compiler, which is gcc 4.4, >> then you need the SNPRINTF_SIZE_CORR related patch from 4msysgit.git. > > It's cross compiler 4.3. Will try the patch. It is because of SNPRINTF_SIZE_CORR. Thank you. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html