summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/texmfmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/texmfmp.c')
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index 7e2e6c73abe..e4b63c3090b 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -1178,7 +1178,7 @@ string
normalize_quotes (const_string name, const_string mesg)
{
int quote_char = 0;
- boolean must_quote = (strchr(name, ' ') != NULL);
+ boolean must_quote = false;
int len = strlen(name);
/* Leave room for quotes and NUL. */
string ret;