Displaying 1 result from an estimated 1 matches for "r3553".
Did you mean:
33553
2012 May 03
1
[nut-commits] svn commit r3554 - branches/windows_port/common
...>
> Modified:
> ? branches/windows_port/common/wincompat.c
>
> Modified: branches/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];...