summaryrefslogtreecommitdiff
path: root/pango/modules.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-11 03:04:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-11 03:04:49 +0000
commitb19ed06afbc88f37adf25f63ca52e0a73c00ee23 (patch)
tree1ef16385ebffdebe1a726434ec2312e99f17a399 /pango/modules.c
parent2ea04c9040af34b36ed4b1536fd08c5843467446 (diff)
downloadpango-b19ed06afbc88f37adf25f63ca52e0a73c00ee23.tar.gz
Fix bug where wrong attribute list was unreferenced.
Sun Sep 10 03:01:53 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_attributes): Fix bug where wrong attribute list was unreferenced. * pango/pango-attributes.[ch]: Add function pango_attr_list_splice() to splice contents of one attribute list into another attribute list. * pango/pango-utils.h: Add include of pango-font.h since it now depends on declarations from there.
Diffstat (limited to 'pango/modules.c')
-rw-r--r--pango/modules.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/modules.c b/pango/modules.c
index c1ab44a5..85b94f8d 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -219,7 +219,6 @@ process_module_file (FILE *module_file)
continue;
}
- /* Break line into words on whitespace */
i = 0;
while (1)
{