[Fontconfig] fontconfig: Branch 'fc-2_4-keithp'
Keith Packard
keithp at kemper.freedesktop.org
Thu Aug 31 09:07:58 PDT 2006
src/fcpat.c | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree e9a564e2cd3cb40109a1133dbbcee9f938f141b3 (from c50ea916b0e56520948804b67fc7df57bb490575)
Author: Keith Packard <keithp at neko.keithp.com>
Date: Thu Aug 31 09:07:32 2006 -0700
Serialized value lists were only including one value.
The next pointer in the serialized value list wasn't getting set, so they
were truncated at a single value.
diff --git a/src/fcpat.c b/src/fcpat.c
index bc0bab7..b40d3c0 100644
--- a/src/fcpat.c
+++ b/src/fcpat.c
@@ -1187,6 +1187,7 @@ FcValueListSerialize (FcSerialize *seria
default:
break;
}
+ prev_serialized = vl_serialized;
vl = vl->next;
}
return head_serialized;
More information about the Fontconfig
mailing list