]> git.saurik.com Git - cycript.git/blobdiff - Baton.hpp
Replace AtEncode in grammar with "@encode" token.
[cycript.git] / Baton.hpp
index 3d2989357e6bace9d14cc3eab8974bd79d16d9ba..696a94dee8f714319bce4c7da259a78b1246a953 100644 (file)
--- a/Baton.hpp
+++ b/Baton.hpp
@@ -28,5 +28,6 @@
 struct Baton {
     uint64_t dyld;
     pid_t pid;
+    char error[1024];
     char library[];
 } _packed;