Fix is_older_than.

This commit is contained in:
Roy Marples 2008-01-14 14:41:02 +00:00
parent e068757810
commit 62d793f7ff

View File

@ -383,7 +383,7 @@ void run_applets (int argc, char **argv)
strcmp (applet, "is_older_than") == 0)
{
bool match = false;
int i = 1;
int i = 2;
if (argc < 3)
exit (EXIT_FAILURE);