Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
2d4df4cf
Commit
2d4df4cf
authored
Jun 04, 2009
by
pv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug..
parent
7972ec42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
.gitignore
.gitignore
+2
-0
uniset.spec
conf/uniset.spec
+13
-1
IOControl.cc
extentions/IOControl/IOControl.cc
+1
-1
No files found.
.gitignore
View file @
2d4df4cf
...
...
@@ -13,6 +13,8 @@ output.*
Makefile
Makefile.in
semantic.cache
*_SK.cc
*_SK.h
COPYING
stamp-h1
...
...
conf/uniset.spec
View file @
2d4df4cf
...
...
@@ -2,7 +2,7 @@
Name: uniset
Version: 0.96
Release: eter
18
Release: eter
23
Summary: UniSet
License: GPL
Group: Development/C++
...
...
@@ -180,6 +180,18 @@ Libraries needed to develop for uniset extentions
%_bindir/%name-smviewer
%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
- new build
...
...
extentions/IOControl/IOControl.cc
View file @
2d4df4cf
...
...
@@ -56,7 +56,7 @@ IOControl::IOControl( UniSetTypes::ObjectId id, UniSetTypes::ObjectId icID,
UniXML_iterator
it
(
cnode
);
noCards
=
true
;
for
(
unsigned
int
i
=
1
;
i
=<
cards
.
size
();
i
++
)
for
(
unsigned
int
i
=
1
;
i
<=
cards
.
size
();
i
++
)
{
stringstream
s1
;
s1
<<
"--iodev"
<<
i
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment