Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
c5a8029c
Commit
c5a8029c
authored
Feb 20, 2008
by
Uwe Schulzweida
Browse files
grid_check_cyclic: bug fix
parent
90d2e7ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
c5a8029c
...
...
@@ -2138,7 +2138,7 @@ static void grid_check_cyclic(GRID *gridptr)
}
}
}
if
(
nc
!=
2
)
if
(
nc
<
2
)
{
gridptr
->
isCyclic
=
FALSE
;
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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