Changeset 210 for trunk/src/sh_forward.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_forward.c

    r178 r210  
    18831883        _exit(EXIT_SUCCESS);
    18841884      }
    1885     fprintf(stdout, _("ERROR initializing BigNum library.\n"));
     1885    fprintf(stdout, "%s",_("ERROR initializing BigNum library.\n"));
    18861886    fflush (stdout);
    18871887    _exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.