Add a comment

svn path=/trunk/; revision=6294
This commit is contained in:
Matthias Clasen 2008-01-11 14:36:31 +00:00
parent 30d6124e8a
commit ef613614c9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-01-11 Matthias Clasen <mclasen@redhat.com>
* glocalfileinfo.c: Add a comment.
2008-01-10 Murray Cumming <murrayc@murrayc.com>
* gfileinfo.c: GFileInfo description: Mention

View File

@ -1439,7 +1439,8 @@ _g_local_file_info_get (const char *basename,
G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME))
{
char *display_name = g_filename_display_basename (path);
/* look for U+FFFD REPLACEMENT CHARACTER */
if (strstr (display_name, "\357\277\275") != NULL)
{
char *p = display_name;