Changeset 4663:78144c926fe6 in roaraudio


Ignore:
Timestamp:
12/15/10 01:53:05 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

correct URL syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_tantalos.c

    r3788 r4663  
    8282 } 
    8383 
     84 // work on key: 
     85 for (; *key == '/'; key++); 
     86 
    8487 for (i = 0; i < cookie->matchcount; i++) { 
    8588  strncpy(url, cookie->match[i].url + ROAR_SLP_URL_TYPE_DOWNLOAD_HTTP_LEN - 4, _LEN); 
     89  strcat(url, "?key="); 
    8690  strcat(url, key); 
    8791 
Note: See TracChangeset for help on using the changeset viewer.