diff options
author | daniel <danieruru@gmail.com> | 2013-01-24 11:05:45 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-24 11:05:45 +0900 |
commit | ee1a47c7b3ee397b9ee8e8d13512affb6ead33c0 (patch) | |
tree | 0ab6295f616001c00dab48cafc0e4cd66faad222 /libvxi11client | |
parent | edeb612f557063c4855dfd9285c6eba29b5d6906 (diff) |
Copy the buffer into a fresh allocation and free the copy in globals..
Diffstat (limited to 'libvxi11client')
-rw-r--r-- | libvxi11client/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvxi11client/README b/libvxi11client/README index 71d5153..b09e63f 100644 --- a/libvxi11client/README +++ b/libvxi11client/README @@ -31,7 +31,7 @@ perl's XS functionality (http://perldoc.perl.org/perlxs.html). The guts of this are are perlbits/Client.xs. There are then some perl wrapper functions to help with pulling arguments out of a hash and passing it to the XS code. -This are in perlbits/Client.pm. +These are in perlbits/Client.pm. The perl module has one more requirement; ExtUtils::PkgConfig. This is only used at build time and is used to find where |