mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 15:50:01 +01:00
regression
This commit is contained in:
@@ -89,7 +89,7 @@ livido_init_f init_instance( livido_port_t *my_instance )
|
||||
int fd = open( path, O_RDWR );
|
||||
if(fd <= 0) {
|
||||
printf("no env var VEEJAY_SHMID set and no file '%s' found!\n",path );
|
||||
return LIVIDO_ERROR_ENVIRONMENT
|
||||
return LIVIDO_ERROR_ENVIRONMENT;
|
||||
}
|
||||
char buf[256];
|
||||
livido_memset(buf,0,sizeof(buf));
|
||||
|
||||
Reference in New Issue
Block a user