Fix for returning structures (hashes) from Perl calls.
authorRichard Jones <rjones@trick.home.annexia.org>
Fri, 10 Jul 2009 11:06:11 +0000 (12:06 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Fri, 10 Jul 2009 11:06:11 +0000 (12:06 +0100)
Calls such as stat and statvfs which returned a single structure
were returning an array of values instead of a full hash of keys +
values.

Fix this by pushing the key names on the stack too.


No differences found