Changeset 16497


Ignore:
Timestamp:
06/12/12 12:55:49 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r16496 r16497  
    283283
    284284                        if(ostrstr(tmpstr1, "size=\"original\"") != NULL)
    285                                 tnode->backdrop = string_resub("<image type=\"backdrop\" url=\"", "\" size=\"original\"", tmpstr1, 0);
     285                                tnode->backdrop = string_resub("<image type=\"backdrop\" url=\"", "\" size=\"original\"", tmpstr1, 1);
    286286
    287287                        if(ostrstr(tmpstr1, "<rating>") != NULL)
Note: See TracChangeset for help on using the changeset viewer.