*** empty log message ***
This commit is contained in:
parent
cab308f125
commit
68bc385137
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.121 2007-07-12 08:34:51 dockes Exp $ (C) 2004 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.122 2007-07-12 17:28:11 dockes Exp $ (C) 2004 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -960,7 +960,7 @@ bool Db::add(const string &fn, const Doc &idoc, const struct stat *stp)
|
|||||||
meta_it->first.c_str()));
|
meta_it->first.c_str()));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
LOGDEB(("Db::add: field [%s] pfx [%s]: [%s]\n",
|
LOGDEB1(("Db::add: field [%s] pfx [%s]: [%s]\n",
|
||||||
meta_it->first.c_str(), pfx.c_str(),
|
meta_it->first.c_str(), pfx.c_str(),
|
||||||
meta_it->second.c_str()));
|
meta_it->second.c_str()));
|
||||||
if (!dumb_string(meta_it->second, noacc)) {
|
if (!dumb_string(meta_it->second, noacc)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user