glib r6294 - trunk/gio
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6294 - trunk/gio
- Date: Fri, 11 Jan 2008 14:36:31 +0000 (GMT)
Author: matthiasc
Date: Fri Jan 11 14:36:31 2008
New Revision: 6294
URL: http://svn.gnome.org/viewvc/glib?rev=6294&view=rev
Log:
Add a comment
Modified:
trunk/gio/ChangeLog
trunk/gio/glocalfileinfo.c
Modified: trunk/gio/glocalfileinfo.c
==============================================================================
--- trunk/gio/glocalfileinfo.c (original)
+++ trunk/gio/glocalfileinfo.c Fri Jan 11 14:36:31 2008
@@ -1439,7 +1439,8 @@
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]