diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc-applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c index 59fff72b..1a38f971 100644 --- a/src/rc/rc-applets.c +++ b/src/rc/rc-applets.c @@ -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); |