Ignore:
Timestamp:
Sep 24, 2015, 8:18:00 PM (9 years ago)
Author:
katerina
Message:

Version 4.1.0 final.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_err_console.c

    r481 r489  
    273273char *  sh_log_console_name (void)
    274274{
    275   if (! sh.srvcons.name || sh.srvcons.name[0] == '\0' ||
     275  if (sh.srvcons.name[0] == '\0' ||
    276276      0 == strcmp(sh.srvcons.name, _("NULL")))
    277277    return (_("/dev/console"));
Note: See TracChangeset for help on using the changeset viewer.