Changeset 489 for trunk/src/sh_err_console.c
- Timestamp:
- Sep 24, 2015, 8:18:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_err_console.c
r481 r489 273 273 char * sh_log_console_name (void) 274 274 { 275 if ( ! sh.srvcons.name ||sh.srvcons.name[0] == '\0' ||275 if (sh.srvcons.name[0] == '\0' || 276 276 0 == strcmp(sh.srvcons.name, _("NULL"))) 277 277 return (_("/dev/console"));
Note:
See TracChangeset
for help on using the changeset viewer.