mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 08:09:58 +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 );
|
int fd = open( path, O_RDWR );
|
||||||
if(fd <= 0) {
|
if(fd <= 0) {
|
||||||
printf("no env var VEEJAY_SHMID set and no file '%s' found!\n",path );
|
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];
|
char buf[256];
|
||||||
livido_memset(buf,0,sizeof(buf));
|
livido_memset(buf,0,sizeof(buf));
|
||||||
|
|||||||
Reference in New Issue
Block a user