Changeset 39965


Ignore:
Timestamp:
02/10/17 12:26:32 (6 years ago)
Author:
obi
Message:

add debug

File:
1 edited

Legend:

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

    r39963 r39965  
    14851485                flag = 4;
    14861486
    1487         if(ostrstr(tmpstr1, "&") != NULL)
     1487        if(ostrstr(tmpstr1, "&") != NULL)
    14881488        {
    14891489                printf("change streamurl from: %s\n", tmpstr1);
     
    14911491                printf("change streamurl to: %s\n", tmpstr1);
    14921492        }
     1493
     1494        printf("tmpstr1: %s\n", tmpstr1);
     1495
    14931496
    14941497        if(ostrncmp("errormsg=", tmpstr1, 9))
Note: See TracChangeset for help on using the changeset viewer.