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
bae9a254
Unverified
Commit
bae9a254
authored
Feb 02, 2019
by
YUQIAO ZENG
Committed by
GitHub
Feb 02, 2019
Browse files
Merge pull request #6 from cmu462/yuqiao
Typo fix: File does not exist
parents
f3d2beac
66a6871d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
bae9a254
...
...
@@ -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