mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add a comment
svn path=/trunk/; revision=6294
This commit is contained in:
parent
30d6124e8a
commit
ef613614c9
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user