search for: r3554

Displaying 1 result from an estimated 1 matches for "r3554".

Did you mean: 3554
2012 May 03
1
[nut-commits] svn commit r3554 - branches/windows_port/common
...ches/windows_port/common/wincompat.c > ============================================================================== > --- branches/windows_port/common/wincompat.c ? ?Wed May ?2 22:11:49 2012 ? ? ? ?(r3553) > +++ branches/windows_port/common/wincompat.c ? ?Thu May ?3 08:31:38 2012 ? ? ? ?(r3554) > @@ -212,7 +212,7 @@ > ? ?of chars containing the message to display (no terminal 0 required here) */ > ?void syslog(int priority, const char *fmt, ...) > ?{ > - ? ? ? char buf1[LARGEBUF]; > + ? ? ? char buf1[LARGEBUF+sizeof(DWORD)]; > ? ? ? ?char buf2[LARGEBUF]; > ? ? ? ?...