Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
DrawSVG
Commits
66a6871d
Commit
66a6871d
authored
Feb 02, 2019
by
Yuqiao Zeng
Browse files
Typo fix: File does not exist
parent
f3d2beac
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
66a6871d
...
...
@@ -70,7 +70,7 @@ int loadPath( DrawSVG* drawsvg, const char* path) {
// file exist?
if
(
stat
(
path
,
&
st
)
<
0
)
{
msg
(
"File does not exit: "
<<
path
);
msg
(
"File does not exi
s
t: "
<<
path
);
return
-
1
;
}
...
...
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