Changeset 98 for trunk/src/yulectl.c


Ignore:
Timestamp:
Mar 23, 2007, 11:07:52 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #58 (cross-compiling does not work).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/yulectl.c

    r34 r98  
    384384      if (verbose && (errno == ENOENT))
    385385        fprintf (stdout,
    386                  _("# Password file (%s) missing\n"),
     386                 _("# No password file (%s) exists\n"),
    387387                 home);
    388388      else if (verbose)
Note: See TracChangeset for help on using the changeset viewer.