summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba6497b)
raw | patch | inline | side by side (parent: ba6497b)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 19 Feb 2009 22:38:52 +0000 (23:38 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 19 Feb 2009 22:38:52 +0000 (23:38 +0100) |
Having Java read- and write-functions at the same time works now \o/
src/java.c | patch | blob | history |
diff --git a/src/java.c b/src/java.c
index aec39b0b85585020485de97bb57971793ccf8f01..74760e4d1960aaeb7ccc5c3ce2ec2208f718f8c5 100644 (file)
--- a/src/java.c
+++ b/src/java.c
return (-1);
}
- status = plugin_dispatch_values (&vl);
+ status = plugin_dispatch_values_async (&vl);
sfree (vl.values);