Call glibtop_init_s' instead of glibtop_open_s'.

This commit is contained in:
Martin Baulig
1998-08-08 16:33:17 +00:00
parent e329617831
commit 82daee6f29

View File

@@ -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);
}