Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
890c10c5
Commit
890c10c5
authored
Oct 25, 2016
by
Jonathan Wilkes
Browse files
remove old sys_vgui call that's now replaced by gui_vmess
parent
f79f7421
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/s_main.c
View file @
890c10c5
...
@@ -171,7 +171,6 @@ static void openit(const char *dirname, const char *filename)
...
@@ -171,7 +171,6 @@ static void openit(const char *dirname, const char *filename)
{
{
close
(
fd
);
close
(
fd
);
glob_evalfile
(
0
,
gensym
(
nameptr
),
gensym
(
dirbuf
));
glob_evalfile
(
0
,
gensym
(
nameptr
),
gensym
(
dirbuf
));
//sys_vgui("pdtk_set_current_dir {%s}\n", filename);
gui_vmess
(
"gui_set_current_dir"
,
"xs"
,
gui_vmess
(
"gui_set_current_dir"
,
"xs"
,
0
,
filename
);
0
,
filename
);
}
}
...
...
Write
Preview
Supports
Markdown
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