From: Jeff Latimer lats@yless4u.com.au
--- programs/cmd/batch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/cmd/batch.c b/programs/cmd/batch.c index 8bc3b5cb84b..7bf104140ea 100644 --- a/programs/cmd/batch.c +++ b/programs/cmd/batch.c @@ -240,7 +240,7 @@ static WCHAR *WCMD_fgets_helper(WCHAR *buf, DWORD noChars, HANDLE h, UINT code_p LARGE_INTEGER filepos; char *bufA; const char *p; - +/* test */ bufA = xalloc(noChars);
/* Save current file position */