Changeset 45811


Ignore:
Timestamp:
03/06/22 14:55:11 (2 years ago)
Author:
obi
Message:

add debug

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skin.h

    r44761 r45811  
    112112        if(ostrcmp("getalternatepicon", value) == 0)
    113113        {
     114printf("convertfunc 111\n");
    114115                *rettype = FUNCPIC;
     116printf("convertfunc 222\n");
    115117                return &getalternatepicon;
    116118        }
     
    10331035                {
    10341036                        newnode->skinfunc = convertfunc(ret, &newnode->funcrettype);
     1037printf("1111: ret=%s\n");
    10351038                        free(ret);
     1039printf("2222: ret=%s\n");
     1040
    10361041                }
    10371042                ret = getxmlentry(line, " param1=");
  • titan/titan/skinfunc.h

    r41330 r45811  
    11881188char* getalternatepicon(struct skin* node)
    11891189{
     1190prinf("getalternatepicon 111\n");
    11901191        char* tmpstr = NULL;
    11911192        tmpstr = createpiconpath(status.aktservice->channel, 1);
     
    11951196                tmpstr = createpiconpath(status.aktservice->channel, 0);
    11961197        }
     1198prinf("getalternatepicon 222\n");
     1199
    11971200        return tmpstr;
    11981201}
Note: See TracChangeset for help on using the changeset viewer.