Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
7e10ef3d
Commit
7e10ef3d
authored
Nov 02, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attribute array index was limitied to 100
parent
1f2d845e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wb/lib/wb/src/wb_utl.c
wb/lib/wb/src/wb_utl.c
+2
-2
No files found.
wb/lib/wb/src/wb_utl.c
View file @
7e10ef3d
/*
* Proview $Id: wb_utl.c,v 1.
19 2005-10-25 15:28:11
claes Exp $
* Proview $Id: wb_utl.c,v 1.
20 2005-11-02 14:30:44
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -2654,7 +2654,7 @@ int utl_set_object_parameter (
elementstr
[
len
]
=
0
;
sscanf
(
elementstr
,
"%d"
,
&
element
);
*
s
=
'\0'
;
if
(
(
element
<
0
)
||
(
element
>
100
)
)
if
(
(
element
<
0
)
||
(
element
>
100
00
)
)
{
return
FOE__PARELSYNT
;
}
...
...
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