[MPlayer-cvslog] r34717 - trunk/gui/util/string.c
ib
subversion at mplayerhq.hu
Mon Feb 13 17:11:37 CET 2012
Author: ib
Date: Mon Feb 13 17:11:37 2012
New Revision: 34717
Log:
Cosmetic: Change comment.
Modified:
trunk/gui/util/string.c
Modified: trunk/gui/util/string.c
==============================================================================
--- trunk/gui/util/string.c Mon Feb 13 17:10:39 2012 (r34716)
+++ trunk/gui/util/string.c Mon Feb 13 17:11:37 2012 (r34717)
@@ -333,7 +333,7 @@ char *TranslateFilename(int how, char *f
/**
* @brief Read characters from @a file.
*
- * @note Reading stops with '\\r', '\\n' or EOF.
+ * @note Reading stops with an end-of-line character or at end of file.
*
* @param str pointer to a buffer to receive the read characters
* @param size number of characters read at the most (including a terminating null-character)
More information about the MPlayer-cvslog
mailing list