Changeset 5766:f5bfde2f4b12 in roaraudio for libroar


Ignore:
Timestamp:
11/21/12 17:14:54 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added ROAR_VIO_DSTR_PEF_ALLOW_ABSOLUTE as well as ROAR_VIO_DSTR_PEF_ALLOW_ALL (required by uste)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_dstr.c

    r5742 r5766  
    10661066 
    10671067  if ( strstr(elements[i].dstr, ":") != NULL ) { 
     1068   if ( !(elements[i].flags & ROAR_VIO_DSTR_PEF_ALLOW_ABSOLUTE) ) { 
     1069    roar_err_set(ROAR_ERROR_INVAL); 
     1070    return NULL; 
     1071   } 
    10681072   rootelement = i; 
    10691073   needed = 0; 
Note: See TracChangeset for help on using the changeset viewer.