Switch to unified view
a/src/internfile/internfile.cpp | b/src/internfile/internfile.cpp | ||
---|---|---|---|
... |
... |
||
133 | } else { |
133 | } else { |
134 | eipath.erase(); |
134 | eipath.erase(); |
135 | } |
135 | } |
136 | 136 | ||
137 | make_udi(url_gpath(doc.idxurl.empty() ? doc.url : doc.idxurl), eipath, udi); |
137 | make_udi(url_gpath(doc.idxurl.empty() ? doc.url : doc.idxurl), eipath, udi); |
138 | return true; |
||
138 | } |
139 | } |
139 | 140 | ||
140 | string FileInterner::getLastIpathElt(const string& ipath) |
141 | string FileInterner::getLastIpathElt(const string& ipath) |
141 | { |
142 | { |
142 | string::size_type sep; |
143 | string::size_type sep; |