Changeset 40261 for tools/bouquet2m3u
- Timestamp:
- 03/22/17 20:11:20 (7 years ago)
- Location:
- tools/bouquet2m3u
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/bouquet2m3u/GO_bouquet2m3u.c
r40259 r40261 19 19 char *programm = NULL; 20 20 21 char ip[100] = " localhost:22222";21 char ip[100] = "http://localhost:22222/"; 22 22 char ausgabe[100] = "/tmp"; 23 23 //char port[] = "22222"; … … 115 115 { 116 116 sprintf(inf, "#EXTINF:0,%s\n", programm); 117 sprintf(link, "http://%s/%s%s%s\n", ip, cp2, wert, cp1); 117 //sprintf(link, "http://%s/%s%s%s\n", ip, cp2, wert, cp1); 118 sprintf(link, "%s%s%s%s\n", ip, cp2, wert, cp1); 118 119 //printf("%s", inf); 119 120 //printf("%s", link);
Note: See TracChangeset
for help on using the changeset viewer.