The R Project SVN R

Rev

Rev 76840 | Rev 76872 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76840 Rev 76844
Line 1428... Line 1428...
1428
}
1428
}
1429
#endif
1429
#endif
1430
 
1430
 
1431
static void R_SetErrmessage(const char *s)
1431
static void R_SetErrmessage(const char *s)
1432
{
1432
{
1433
    Rstrncpy(errbuf, s, sizeof(errbuf));
1433
    Rstrncpy(errbuf, s, sizeof(errbuf) - 1);
1434
}
1434
}
1435
 
1435
 
1436
static void R_PrintDeferredWarnings(void)
1436
static void R_PrintDeferredWarnings(void)
1437
{
1437
{
1438
    if( R_ShowErrorMessages && R_CollectWarnings ) {
1438
    if( R_ShowErrorMessages && R_CollectWarnings ) {