summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2002-11-06 22:51:58 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2002-11-06 22:51:58 +0000
commit130e5791b65fe8c584e7a3ee1f0b443055d029d6 (patch)
treed67770d398de20cd68469c2235f441d269a032ae /catalog.c
parent56f21f298e423d4ead893a97c4736004b309579a (diff)
downloadlibxml2-130e5791b65fe8c584e7a3ee1f0b443055d029d6.tar.gz
completed the #96963 fix
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/catalog.c b/catalog.c
index 0d30cb34..977fe1da 100644
--- a/catalog.c
+++ b/catalog.c
@@ -2946,6 +2946,8 @@ xmlLoadCatalogs(const char *pathss) {
xmlFree(path);
}
}
+ while (*cur == ':')
+ cur++;
}
}