|
From: <jom...@us...> - 2008-04-15 12:09:26
|
Revision: 1217
http://jason.svn.sourceforge.net/jason/?rev=1217&view=rev
Author: jomifred
Date: 2008-04-15 05:09:22 -0700 (Tue, 15 Apr 2008)
Log Message:
-----------
fix name of var in kqml plans
Modified Paths:
--------------
trunk/src/asl/kqmlPlans.asl
Modified: trunk/src/asl/kqmlPlans.asl
===================================================================
--- trunk/src/asl/kqmlPlans.asl 2008-04-15 11:51:25 UTC (rev 1216)
+++ trunk/src/asl/kqmlPlans.asl 2008-04-15 12:09:22 UTC (rev 1217)
@@ -26,16 +26,16 @@
+!add_all_kqml_received(_,[]).
@kqmlReceivedTellList2
-+!add_all_kqml_received(S,[H|T])
++!add_all_kqml_received(Sender,[H|T])
: .structure(H) &
.ground(H)
<- .add_nested_source(H, Sender, CA);
+CA;
- !add_all_kqml_received(S,T).
+ !add_all_kqml_received(Sender,T).
@kqmlReceivedTellList3
-+!add_all_kqml_received(S,[_|T])
- <- !add_all_kqml_received(S,T).
++!add_all_kqml_received(Sender,[_|T])
+ <- !add_all_kqml_received(Sender,T).
@kqmlReceivedUnTell
+!kqml_received(Sender, untell, Content, _)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|