Changeset 4663:78144c926fe6 in roaraudio
- Timestamp:
- 12/15/10 01:53:05 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libroar/vio_tantalos.c
r3788 r4663 82 82 } 83 83 84 // work on key: 85 for (; *key == '/'; key++); 86 84 87 for (i = 0; i < cookie->matchcount; i++) { 85 88 strncpy(url, cookie->match[i].url + ROAR_SLP_URL_TYPE_DOWNLOAD_HTTP_LEN - 4, _LEN); 89 strcat(url, "?key="); 86 90 strcat(url, key); 87 91
Note: See TracChangeset
for help on using the changeset viewer.