rename field "raw" to "_raw" in struct pathspec
[gitweb.git] / builtin / ls-tree.c
index bdb03f36629fc01f27693791b726fea29fe6d903..1c4f48ea8f2b02c09685e35ace5fc94519447c32 100644 (file)
@@ -36,7 +36,7 @@ static int show_recursive(const char *base, int baselen, const char *pathname)
        if (ls_options & LS_RECURSIVE)
                return 1;
 
-       s = pathspec.raw;
+       s = pathspec._raw;
        if (!s)
                return 0;