Changeset 39967 for titan/plugins


Ignore:
Timestamp:
02/10/17 12:48:24 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r39965 r39967  
    14941494        printf("tmpstr1: %s\n", tmpstr1);
    14951495
    1496 
    1497         if(ostrncmp("errormsg=", tmpstr1, 9))
     1496        if(!ostrncmp("errormsg=", tmpstr1, 9))
    14981497        {
    14991498                tmpstr2 = string_resub("errormsg='", "'", tmpstr1, 0); 
     
    15101509                tmpstr = ostrcat(_("Error cant find http*|rtmp*|mms*|rtsp* Stream Link"), "\n\n", 0, 0);
    15111510                tmpstr = ostrcat(tmpstr, tmpstr1, 1, 0);
    1512                 printf("Streamurl3: not http*|rtmp*|mms*|rtsp* Streamurl: %s\n", tmpstr1);
     1511                printf("Error cant find http*|rtmp*|mms*|rtsp* Stream Link: %s\n", tmpstr1);
    15131512                textbox(_("Message"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1000, 600, 0, 0);
    15141513                free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.