diff src/fdl/MetaReply.java @ 31:846c6c14cf04

worked?
author kono
date Fri, 22 Aug 2008 14:48:41 +0900
parents d7d70edc9c7c
children 64071f8e2e0d
line wrap: on
line diff
--- a/src/fdl/MetaReply.java	Thu Aug 21 18:46:40 2008 +0900
+++ b/src/fdl/MetaReply.java	Fri Aug 22 14:48:41 2008 +0900
@@ -48,6 +48,7 @@
 			}
 			break;
 		case PSX.PSX_OUT:
+			command=PSX.setCommand(PSX.PSX_OUT, id, 0, data.remaining());
 			ts.Out(null, command, data);
 			return true;
 		case PSX.PSX_UPDATE: