Commit 2d4df4cf authored by pv's avatar pv

fixed bug..

parent 7972ec42
...@@ -13,6 +13,8 @@ output.* ...@@ -13,6 +13,8 @@ output.*
Makefile Makefile
Makefile.in Makefile.in
semantic.cache semantic.cache
*_SK.cc
*_SK.h
COPYING COPYING
stamp-h1 stamp-h1
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Name: uniset Name: uniset
Version: 0.96 Version: 0.96
Release: eter18 Release: eter23
Summary: UniSet Summary: UniSet
License: GPL License: GPL
Group: Development/C++ Group: Development/C++
...@@ -180,6 +180,18 @@ Libraries needed to develop for uniset extentions ...@@ -180,6 +180,18 @@ Libraries needed to develop for uniset extentions
%_bindir/%name-smviewer %_bindir/%name-smviewer
%changelog %changelog
* Thu Jun 04 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter22
- new build
* Thu Jun 04 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter21
- new build
* Thu Jun 04 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter20
- new build
* Thu Jun 04 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter19
- new build
* Thu Jun 04 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter18 * Thu Jun 04 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter18
- new build - new build
......
...@@ -56,7 +56,7 @@ IOControl::IOControl( UniSetTypes::ObjectId id, UniSetTypes::ObjectId icID, ...@@ -56,7 +56,7 @@ IOControl::IOControl( UniSetTypes::ObjectId id, UniSetTypes::ObjectId icID,
UniXML_iterator it(cnode); UniXML_iterator it(cnode);
noCards = true; noCards = true;
for( unsigned int i=1; i=<cards.size(); i++ ) for( unsigned int i=1; i<=cards.size(); i++ )
{ {
stringstream s1; stringstream s1;
s1 << "--iodev" << i; s1 << "--iodev" << i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment