From 24743243a82337819e3198dd3b13cd015280d2ef Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 2 Jan 2000 13:03:26 +0000 Subject: [PATCH] *** empty log message *** --- backends/server/marshal.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/server/marshal.pl b/backends/server/marshal.pl index dbacb386..e86c9f0a 100644 --- a/backends/server/marshal.pl +++ b/backends/server/marshal.pl @@ -179,7 +179,7 @@ sub output { $call_code .= sprintf ("\t%sglibtop_call_i (server, backend, GLIBTOP_CMND_%s,\n", $call_prefix, &toupper($feature)); $call_code .= sprintf ("\t\t\t%s%s, %s,\n", $call_prefix_space, - "_LIBGTOP_SEND_len", "_LIBGTOP_SEND_ptr"); + "_LIBGTOP_SEND_len", "_LIBGTOP_SEND_buf"); if ($line_fields[3] eq '') { $call_code .= sprintf ("\t\t\t%s0, NULL,\n", $call_prefix_space); } elsif ($line_fields[3] eq 'array') {