/[global]/global/gtags/gtags.c
ViewVC logotype

Diff of /global/gtags/gtags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.153 by h-iwamoto, Sun Nov 6 14:15:55 2005 UTC revision 1.154 by h-iwamoto, Sun Nov 6 15:47:00 2005 UTC
# Line 768  incremental(const char *dbpath, const ch Line 768  incremental(const char *dbpath, const ch
768                  snprintf(fid, sizeof(fid), "%d", i);                  snprintf(fid, sizeof(fid), "%d", i);
769                  if ((path = gpath_fid2path(fid, &other)) == NULL)                  if ((path = gpath_fid2path(fid, &other)) == NULL)
770                          continue;                          continue;
771                  if (!test("f", path)) {                  if (other) {
772                          if (other) {                          if (!test("f", path) || test("b", path))
773                                  strbuf_puts0(deletelist_other, path);                                  strbuf_puts0(deletelist_other, path);
774                          } else {                  } else {
775                            if (!test("f", path)) {
776                                  strbuf_puts0(deletelist, path);                                  strbuf_puts0(deletelist, path);
777                                  idset_add(deleteset, i);                                  idset_add(deleteset, i);
778                          }                          }

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26