Joris Meys
2011-May-13 13:13 UTC
[Rd] readTableHead refers to itself as readTableHeader in some messages
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.Meys at Ugent.be
-------------------------------
Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php
