From c6c7df47a00a8a974eb026f31e94bfc07984ac13 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Sep 2007 17:30:07 +0000 Subject: Revert last patch --- src/rc-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc-plugin.c') diff --git a/src/rc-plugin.c b/src/rc-plugin.c index 637768ca..76b8e08e 100644 --- a/src/rc-plugin.c +++ b/src/rc-plugin.c @@ -61,7 +61,7 @@ void rc_plugin_load (void) /* Ensure some sanity here */ rc_plugin_unload (); - if (rc_exists (RC_PLUGINDIR) != 0) + if (! rc_exists (RC_PLUGINDIR)) return; files = rc_ls_dir (RC_PLUGINDIR, 0); -- cgit v1.2.3