Changeset bf36cd415d3428c2688624f8cba55f26b9f0986a

Show
Ignore:
Timestamp:
11/11/06 18:11:59 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1163265119 +0000
git-parent:

[b2e31be94e875c989bba9fd3f9192f6adb01d7d3]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1163265119 +0000
Message:

Fix [17660]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access_filter/timeshift.c

    rb8f4ee2 rbf36cd4  
    582582 
    583583        /* remove trailing antislash if any */ 
    584         if (mbdir[strlen (psz_dir) - 1] == '\\') 
    585             mbdir[strlen (psz_dir) - 1] = '\0'; 
     584        if (psz_dir[strlen (psz_dir) - 1] == '\\') 
     585            psz_dir[strlen (psz_dir) - 1] = '\0'; 
    586586#else 
    587587        psz_dir = strdup( "/tmp" );