Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Keep Porcelainish from failing by broken ident after making changes.
[gitweb.git]
/
ls-files.c
diff --git
a/ls-files.c
b/ls-files.c
index a716e5fad2c92122a802ee4e8e25f0bc3248eef4..df93cf2263e34cba6f0dcb9f63c01cef368434e3 100644
(file)
--- a/
ls-files.c
+++ b/
ls-files.c
@@
-757,7
+757,7
@@
int main(int argc, const char **argv)
if (ps_matched[num])
continue;
error("pathspec '%s' did not match any.",
- pathspec[num] + prefix_
len
);
+ pathspec[num] + prefix_
offset
);
}
return errors ? 1 : 0;
}