Changeset 40261 for tools/bouquet2m3u


Ignore:
Timestamp:
03/22/17 20:11:20 (7 years ago)
Author:
gost
Message:

fix

Location:
tools/bouquet2m3u
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • tools/bouquet2m3u/GO_bouquet2m3u.c

    r40259 r40261  
    1919        char *programm = NULL;
    2020
    21         char ip[100] = "localhost:22222";
     21        char ip[100] = "http://localhost:22222/";
    2222        char ausgabe[100] = "/tmp";
    2323        //char port[] = "22222";
     
    115115                                        {
    116116                                                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);
    118119                                                //printf("%s", inf);
    119120                                                //printf("%s", link);
Note: See TracChangeset for help on using the changeset viewer.