Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
bc047ad7
Commit
bc047ad7
authored
Sep 30, 2009
by
faa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eeschema: segfault at add/del alias in libedit
parent
b762f6aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
edit_component_in_lib.cpp
eeschema/edit_component_in_lib.cpp
+1
-1
No files found.
eeschema/edit_component_in_lib.cpp
View file @
bc047ad7
...
@@ -174,7 +174,7 @@ void DIALOG_EDIT_COMPONENT_IN_LIBRARY::OnOkClick( wxCommandEvent& event )
...
@@ -174,7 +174,7 @@ void DIALOG_EDIT_COMPONENT_IN_LIBRARY::OnOkClick( wxCommandEvent& event )
}
}
/* Remove names and library alias entries not in the new alias list. */
/* Remove names and library alias entries not in the new alias list. */
for
(
i
=
0
;
component
->
m_AliasList
.
GetCount
();
i
++
)
for
(
i
=
0
;
i
<
component
->
m_AliasList
.
GetCount
();
i
++
)
{
{
index
=
aliases
.
Index
(
component
->
m_AliasList
[
i
],
false
);
index
=
aliases
.
Index
(
component
->
m_AliasList
[
i
],
false
);
...
...
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