Changeset 32775


Ignore:
Timestamp:
01/29/15 17:50:35 (9 years ago)
Author:
Stephan
Message:

fix for mipsel aspect

File:
1 edited

Legend:

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

    r16512 r32775  
    1818                if(tmpstr != NULL)
    1919                {
     20#ifdef MIPSEL
     21            if(ostrncmp(tmpstr, "0", 1) == 1)
     22#else
    2023                        if(ostrncmp(tmpstr, "0", 1) == 0)
     24#endif
    2125                                changetext(aspect, "4:3");
    2226                        else
Note: See TracChangeset for help on using the changeset viewer.