Mercurial > mplayer.hg
changeset 35920:bd3e9d8df038
Revise doxygen comment.
The old one was meaningless.
author | ib |
---|---|
date | Tue, 19 Mar 2013 16:15:32 +0000 |
parents | 62bd62d19c4f |
children | 57761c0cbfe2 |
files | gui/app/cfg-old.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/app/cfg-old.c Tue Mar 19 13:39:56 2013 +0000 +++ b/gui/app/cfg-old.c Tue Mar 19 16:15:32 2013 +0000 @@ -22,8 +22,9 @@ */ /** - * @brief Convert a filename which is either in UTF-8 - * or in an encoding specified in G_FILENAME_ENCODING. + * @brief Convert a filename into the original byte sequence + * according to the encoding specified in G_FILENAME_ENCODING, + * if it's currently in UTF-8. * * @param fname filename *