Dear all,

is there a reason why the function readTableHead refers to itself in
the error or warning messages as readTableHeader?

lines 1590-1596 of scan.c :

        if(data.con->text && data.con->blocking) {
            warning(_("incomplete final line found by readTableHeader on '%s'"),
                    data.con->description);
        } else
            error(_("incomplete final line found by readTableHeader on '%s'"),
                  data.con->description);
    }

Cheers
Joris


-- 
Joris Meys
Statistical consultant

Ghent University
Faculty of Bioscience Engineering
Department of Applied mathematics, biometrics and process control

tel : +32 9 264 59 87
joris.m...@ugent.be
-------------------------------
Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to