From 82daee6f2975b2754cae8123a6bf72a82e8cd86d Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 8 Aug 1998 16:33:17 +0000 Subject: [PATCH] Call `glibtop_init_s' instead of `glibtop_open_s'. --- lib/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }