Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: third_party/libxml/xmlcatalog.c

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libxml/xmlcatalog.c
diff --git a/third_party/libxml/xmlcatalog.c b/third_party/libxml/xmlcatalog.c
index 6f193b17720d1d063d70a97f86b26cf3293bddc4..489509f5bf79a029a41fc5a5fdc2321bec4d0153 100644
--- a/third_party/libxml/xmlcatalog.c
+++ b/third_party/libxml/xmlcatalog.c
@@ -124,7 +124,6 @@ static void usershell(void) {
free(cmdline);
continue;
}
- nbargs++;
/*
* Parse the argument string
@@ -138,8 +137,6 @@ static void usershell(void) {
arg[i++] = *cur++;
}
arg[i] = 0;
- if (i != 0)
- nbargs++;
/*
* Parse the arguments

Powered by Google App Engine
This is Rietveld 408576698