Switch to unified view

a/src/internfile/internfile.cpp b/src/internfile/internfile.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: internfile.cpp,v 1.29 2007-05-22 08:33:03 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: internfile.cpp,v 1.30 2007-05-23 08:29:04 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
324
    } else {
324
    } else {
325
        ipath += isep;
325
        ipath += isep;
326
    }
326
    }
327
    getKeyValue(docdata, keyau, doc.author);
327
    getKeyValue(docdata, keyau, doc.author);
328
    getKeyValue(docdata, keymd, doc.dmtime);
328
    getKeyValue(docdata, keymd, doc.dmtime);
329
  LOGDEB(("doc.dmtime now %s\n", doc.dmtime.c_str()));
330
    }
329
    }
331
330
332
    // Trim empty tail elements in ipath.
331
    // Trim empty tail elements in ipath.
333
    if (hasipath) {
332
    if (hasipath) {
334
    LOGDEB2(("IPATH [%s]\n", ipath.c_str()));
333
    LOGDEB2(("IPATH [%s]\n", ipath.c_str()));