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.34 2007-08-28 08:07:52 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: internfile.cpp,v 1.35 2007-10-17 09:57:42 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
...
...
496
        return FIError;
496
        return FIError;
497
    }
497
    }
498
    }
498
    }
499
499
500
    if (m_handlers.empty()) {
500
    if (m_handlers.empty()) {
501
  LOGERR(("FileInterner::internfile: stack empty\n"));
501
  LOGERR(("FileInterner::internfile: conversion ended with no doc\n"));
502
    return FIError;
502
    return FIError;
503
    }
503
    }
504
504
505
    // If indexing compute ipath and significant mimetype Note that
505
    // If indexing compute ipath and significant mimetype Note that
506
    // ipath is returned through the parameter not doc.ipath We also
506
    // ipath is returned through the parameter not doc.ipath We also