summaryrefslogtreecommitdiff
path: root/lib/open.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-08 16:33:17 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-08 16:33:17 +0000
commit82daee6f2975b2754cae8123a6bf72a82e8cd86d (patch)
treedfdf9b8f0d34d0f02776eed4e3d0665d5b03a84e /lib/open.c
parente32961783163a5b4cfb87758869fb6e282e61b08 (diff)
downloadlibgtop-82daee6f2975b2754cae8123a6bf72a82e8cd86d.tar.gz
Call `glibtop_init_s' instead of `glibtop_open_s'.
Diffstat (limited to 'lib/open.c')
-rw-r--r--lib/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open.c b/lib/open.c
index 4580f1d0..386ec835 100644
--- a/lib/open.c
+++ b/lib/open.c
@@ -185,5 +185,5 @@ glibtop_open_l (glibtop *server, const char *program_name,
fprintf (stderr, "Calling sysdeps open function.\n");
- glibtop_open_s (server, program_name, features, flags);
+ glibtop_init_s (&server, features, flags);
}