Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PolyORB-HI-Ada
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
PolyORB-HI-Ada
Commits
ef55320c
Commit
ef55320c
authored
Oct 05, 2013
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor code reorganization
parent
9464a86a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/polyorb_hi-messages.adb
src/polyorb_hi-messages.adb
+3
-5
No files found.
src/polyorb_hi-messages.adb
View file @
ef55320c
...
...
@@ -182,12 +182,10 @@ package body PolyORB_HI.Messages is
Stream
.
Last
:=
0
;
end
if
;
if
Item
'
Length
>
Stream
.
Content
'
Last
-
Stream
.
Last
then
raise
Program_Error
;
end
if
;
if
Item
'
Length
<=
Stream
.
Content
'
Last
-
Stream
.
Last
then
Stream
.
Content
(
Stream
.
Last
+
1
..
Stream
.
Last
+
Item
'
Length
)
:=
Item
;
Stream
.
Last
:=
Stream
.
Last
+
Item
'
Length
;
end
if
;
end
Write
;
---------------
...
...
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