aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xrdb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c
index 354d38a52b4..4c80d055536 100644
--- a/src/xrdb.c
+++ b/src/xrdb.c
@@ -348,7 +348,8 @@ search_magic_path (search_path, class, escaped_suffix, suffix)
348 if (path) 348 if (path)
349 return path; 349 return path;
350 350
351 s = p + 1; 351 /* Skip the first colon. */
352 p++;
352 continue; 353 continue;
353 } 354 }
354 355