Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
c7a99e64
Commit
c7a99e64
authored
May 31, 2018
by
Jonathan Wilkes
Browse files
Merge branch 'pranay_36/purr-data-pd-l2ork_double_secondary'
parents
6fcdaa4b
44d85469
Pipeline
#1318
passed with stage
in 365 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/src/s_main.c
View file @
c7a99e64
...
@@ -299,6 +299,7 @@ int sys_main(int argc, char **argv)
...
@@ -299,6 +299,7 @@ int sys_main(int argc, char **argv)
fprintf
(
stderr
,
"Pd-L2Ork: COMPILED FOR DEBUGGING
\n
"
);
fprintf
(
stderr
,
"Pd-L2Ork: COMPILED FOR DEBUGGING
\n
"
);
#endif
#endif
pd_init
();
/* start the message system */
pd_init
();
/* start the message system */
logpost
(
NULL
,
2
,
"PD_FLOATSIZE = %lu bits"
,
sizeof
(
t_float
)
*
8
);
sys_findprogdir
(
argv
[
0
]);
/* set sys_progname, guipath */
sys_findprogdir
(
argv
[
0
]);
/* set sys_progname, guipath */
for
(
i
=
noprefs
=
0
;
i
<
argc
;
i
++
)
/* prescan args for noprefs */
for
(
i
=
noprefs
=
0
;
i
<
argc
;
i
++
)
/* prescan args for noprefs */
if
(
!
strcmp
(
argv
[
i
],
"-noprefs"
))
if
(
!
strcmp
(
argv
[
i
],
"-noprefs"
))
...
...
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