Changeset 351b9cf065716461db903b7f62fa7bbb5e95ac67

Show
Ignore:
Timestamp:
24/12/07 14:48:20 (10 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1198504100 +0000
git-parent:

[5777fa8de8116dccc731262b41ac4e9d4cd25331]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1198504100 +0000
Message:

Use the longtext as longtext.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/modules/entry.c

    red5205f r351b9cf  
    202202 
    203203            item->psz_text = text ? strdup ( _(text)) : NULL; 
    204             item->psz_longtext = longtext ? strdup ( _(text)) : NULL; 
     204            item->psz_longtext = longtext ? strdup ( _(longtext)) : NULL; 
    205205            ret = 0; 
    206206            break;