Reacted on build warnings on another system
This commit is contained in:
parent
f2ee3f12b5
commit
56e7b19487
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.11.18.094209"
|
#define Cdrskin_timestamP "2007.11.26.154817"
|
||||||
|
@ -34,7 +34,7 @@ int libdax_audioxtr_new(struct libdax_audioxtr **xtr, char *path, int flag)
|
|||||||
if(o==NULL)
|
if(o==NULL)
|
||||||
return(-1);
|
return(-1);
|
||||||
strncpy(o->path,path,LIBDAX_AUDIOXTR_STRLEN-1);
|
strncpy(o->path,path,LIBDAX_AUDIOXTR_STRLEN-1);
|
||||||
o->path[LIBDAX_AUDIOXTR_STRLEN]= 0;
|
o->path[LIBDAX_AUDIOXTR_STRLEN-1]= 0;
|
||||||
o->fd= -1;
|
o->fd= -1;
|
||||||
strcpy(o->fmt,"unidentified");
|
strcpy(o->fmt,"unidentified");
|
||||||
o->fmt_info[0]= 0;
|
o->fmt_info[0]= 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user