summaryrefslogtreecommitdiff
path: root/src/rc/rc-applets.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-14 14:41:02 +0000
committerRoy Marples <roy@marples.name>2008-01-14 14:41:02 +0000
commit62d793f7ff4c6f5c9f79ca0b47bce338dc4b5214 (patch)
tree784bfaa86fc5614915e6749088c62550edc01968 /src/rc/rc-applets.c
parente0687578100379053afba8f7f69dc41c77d092c8 (diff)
downloadopenrc-62d793f7ff4c6f5c9f79ca0b47bce338dc4b5214.tar.gz
openrc-62d793f7ff4c6f5c9f79ca0b47bce338dc4b5214.tar.bz2
openrc-62d793f7ff4c6f5c9f79ca0b47bce338dc4b5214.tar.xz
Fix is_older_than.
Diffstat (limited to 'src/rc/rc-applets.c')
-rw-r--r--src/rc/rc-applets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c
index 59fff72..1a38f97 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);