Skip to content
Snippets Groups Projects
Commit c7a99e64 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'pranay_36/purr-data-pd-l2ork_double_secondary'

parents 6fcdaa4b 44d85469
No related branches found
No related tags found
No related merge requests found
...@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment