app_control.c
branchsaveflie
changeset 95 13360d8af313
parent 94 330324fc7c20
--- a/app_control.c	Wed Feb 16 20:57:32 2011 +0100
+++ b/app_control.c	Wed Feb 16 21:07:11 2011 +0100
@@ -159,6 +159,8 @@
     {
         hex_dump("from local to app", buffer, size);
         write(app_stdin, buffer, size);
+        if (savefile != -1)
+            write(savefile, buffer, size);
     }
 }