Fix is_older_than.
This commit is contained in:
parent
e068757810
commit
62d793f7ff
@ -383,7 +383,7 @@ void run_applets (int argc, char **argv)
|
|||||||
strcmp (applet, "is_older_than") == 0)
|
strcmp (applet, "is_older_than") == 0)
|
||||||
{
|
{
|
||||||
bool match = false;
|
bool match = false;
|
||||||
int i = 1;
|
int i = 2;
|
||||||
|
|
||||||
if (argc < 3)
|
if (argc < 3)
|
||||||
exit (EXIT_FAILURE);
|
exit (EXIT_FAILURE);
|
||||||
|
Loading…
Reference in New Issue
Block a user