Changeset 210 for trunk/src/sh_err_log.c


Ignore:
Timestamp:
Jan 29, 2009, 7:54:16 PM (16 years ago)
Author:
katerina
Message:

Fix for ticket #136 (compile error); also enhance testsuite to catch compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_err_log.c

    r170 r210  
    380380                {
    381381                  if (key[0] != '\n' && key[0] != '\0')
    382                     fprintf(stdout, _("New audit trail, enter key: "));
     382                    fprintf(stdout, "%s",_("New audit trail, enter key: "));
    383383                  else if (key[0] == '\n')
    384384                    {
     
    418418                {
    419419                  chk_mode = CHK_KEY;
    420                   fprintf(stdout, _("Key not found in file\n"));
     420                  fprintf(stdout, "%s",_("Key not found in file\n"));
    421421                  goto findKey;
    422422                }
Note: See TracChangeset for help on using the changeset viewer.