reloaded : #define default port num

This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-03-24 14:21:38 +01:00
parent 8839af56d2
commit 540cb7232d
4 changed files with 7 additions and 4 deletions

View File

@@ -7401,7 +7401,7 @@ void vj_gui_init(char *glade_file, int launcher, char *hostname, int port_num,
use_threads);
if( auto_connect ) {
for( i = 3490; i < 9999; i+= 1000 ) {
for( i = DEFAULT_PORT_NUM; i < 9999; i+= 1000 ) {
multrack_audoadd( gui->mt, "localhost", i);
}
}