cmd: Fix WCMD_fgets documentation

Frédéric Delanoy frederic.delanoy at gmail.com
Sat Sep 24 16:31:01 CDT 2011


It also reads from console, and not only from files
---
 programs/cmd/batch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/cmd/batch.c b/programs/cmd/batch.c
index f988d95..40acaf8 100644
--- a/programs/cmd/batch.c
+++ b/programs/cmd/batch.c
@@ -176,7 +176,7 @@ WCHAR *WCMD_parameter (WCHAR *s, int n, WCHAR **where, WCHAR **end) {
 /****************************************************************************
  * WCMD_fgets
  *
- * Get one line from a batch file. We can't use the native f* functions because
+ * Get one line from a batch file/console. We can't use the native f* functions because
  * of the filename syntax differences between DOS and Unix. Also need to lose
  * the LF (or CRLF) from the line.
  */
-- 
1.7.6.3




More information about the wine-patches mailing list