beremiz

faad68924b53
Parents 4b63934885e1
Children bf3eac08a96b
Bug on output variable location generation fixed
--- a/plugins/c_ext/CFileEditor.py Thu May 29 17:44:11 2008 +0200
+++ b/plugins/c_ext/CFileEditor.py Wed Jun 04 17:47:54 2008 +0200
@@ -803,7 +803,7 @@
else:
dir = "%Q"
for i in xrange(row):
- if self.Table.GetValueByName(i, "Class") == "input":
+ if self.Table.GetValueByName(i, "Class") == "output":
num += 1
data_type = self.Table.GetValueByName(row, "Type")
base_location = ".".join(map(lambda x:str(x), self.Controler.GetCurrentLocation()))