Changeset 39967
- Timestamp:
- 02/10/17 12:48:24 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39965 r39967 1494 1494 printf("tmpstr1: %s\n", tmpstr1); 1495 1495 1496 1497 if(ostrncmp("errormsg=", tmpstr1, 9)) 1496 if(!ostrncmp("errormsg=", tmpstr1, 9)) 1498 1497 { 1499 1498 tmpstr2 = string_resub("errormsg='", "'", tmpstr1, 0); … … 1510 1509 tmpstr = ostrcat(_("Error cant find http*|rtmp*|mms*|rtsp* Stream Link"), "\n\n", 0, 0); 1511 1510 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); 1513 1512 textbox(_("Message"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1000, 600, 0, 0); 1514 1513 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.