diff options
Diffstat (limited to 'diff.c')
-rw-r--r-- | diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ static void builtin_diff(const char *name, path0[i] = "/dev/null"; path1[i] = ""; } else { - path0[i] = i ? "l/" : "k/"; + path0[i] = i ? "b/" : "a/"; path1[i] = name_sq; } cmd_size += (strlen(path0[i]) + strlen(path1[i]) + |