summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-01-02 13:04:41 +0000
committerMartin Baulig <martin@src.gnome.org>2000-01-02 13:04:41 +0000
commit141c863f54acb65aef2cbef2ee426983a85e05fb (patch)
treea1a0f73d62c4d26d273b8845ea64acb45e27604c /backends
parent24743243a82337819e3198dd3b13cd015280d2ef (diff)
downloadlibgtop-141c863f54acb65aef2cbef2ee426983a85e05fb.tar.gz
*** empty log message ***
Diffstat (limited to 'backends')
-rw-r--r--backends/server/marshal.pl2
-rw-r--r--backends/sysdeps/.cvsignore1
2 files changed, 3 insertions, 0 deletions
diff --git a/backends/server/marshal.pl b/backends/server/marshal.pl
index e86c9f0a..36e15958 100644
--- a/backends/server/marshal.pl
+++ b/backends/server/marshal.pl
@@ -92,6 +92,8 @@ sub output {
$size_code = "\t_LIBGTOP_SEND_len = 0;\n";
$marshal_code = "\t_LIBGTOP_SEND_offset = 0;\n";
$marshal_code .= "\tmemset (_LIBGTOP_SEND_buf, 0, _LIBGTOP_SEND_len);\n";
+ $marshal_code .= "\t_LIBGTOP_SEND_ptr = ".
+ "(char *) _LIBGTOP_SEND_buf;\n";
$first_param_name = '';
$call_param = '';
diff --git a/backends/sysdeps/.cvsignore b/backends/sysdeps/.cvsignore
index 09980ae6..a081b16a 100644
--- a/backends/sysdeps/.cvsignore
+++ b/backends/sysdeps/.cvsignore
@@ -4,3 +4,4 @@ Makefile
Makefile.in
*.lo
*.la
+marshal.c