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
c3924e6f
Commit
c3924e6f
authored
Oct 21, 2010
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug lp:663929
parent
8b4bc768
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
188 additions
and
213 deletions
+188
-213
load_one_schematic_file.cpp
eeschema/load_one_schematic_file.cpp
+70
-98
read_from_file_schematic_items_descriptions.cpp
eeschema/read_from_file_schematic_items_descriptions.cpp
+115
-112
richio.h
include/richio.h
+3
-3
No files found.
eeschema/load_one_schematic_file.cpp
View file @
c3924e6f
This diff is collapsed.
Click to expand it.
eeschema/read_from_file_schematic_items_descriptions.cpp
View file @
c3924e6f
This diff is collapsed.
Click to expand it.
include/richio.h
View file @
c3924e6f
...
...
@@ -115,7 +115,7 @@ public:
* of lines of text. The returned string is useful for reporting error
* messages.
*/
const
wxString
&
GetSource
()
const
wxString
&
GetSource
()
const
{
return
source
;
}
...
...
@@ -135,7 +135,7 @@ public:
* returns the line number of the last line read from this LINE_READER. Lines
* start from 1.
*/
int
LineNumber
()
int
LineNumber
()
const
{
return
lineNum
;
}
...
...
@@ -144,7 +144,7 @@ public:
* Function Length
* returns the number of bytes in the last line read from this LINE_READER.
*/
unsigned
Length
()
unsigned
Length
()
const
{
return
length
;
}
...
...
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