|
a/src/index/fsindexer.cpp |
|
b/src/index/fsindexer.cpp |
|
... |
|
... |
397 |
|
397 |
|
398 |
string parent_udi;
|
398 |
string parent_udi;
|
399 |
make_udi(fn, "", parent_udi);
|
399 |
make_udi(fn, "", parent_udi);
|
400 |
Rcl::Doc doc;
|
400 |
Rcl::Doc doc;
|
401 |
const string plus("+");
|
401 |
const string plus("+");
|
402 |
char ascdate[20];
|
402 |
char ascdate[30];
|
403 |
sprintf(ascdate, "%ld", long(stp->st_mtime));
|
403 |
sprintf(ascdate, "%ld", long(stp->st_mtime));
|
404 |
|
404 |
|
405 |
FileInterner::Status fis = FileInterner::FIAgain;
|
405 |
FileInterner::Status fis = FileInterner::FIAgain;
|
406 |
bool hadNullIpath = false;
|
406 |
bool hadNullIpath = false;
|
407 |
while (fis == FileInterner::FIAgain) {
|
407 |
while (fis == FileInterner::FIAgain) {
|