mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
fix for utf8 filesytem (ntfs)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@950 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: f03963fd89
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-12-20 (Mon, 20 Dec 2010)
Origin message was:
------------------
-fix for utf8 filesytem (ntfs)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@950 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -124,7 +124,7 @@ namespace ZapitTools {
|
||||
|
||||
void replace_char(char * p_act)
|
||||
{
|
||||
const char repchars[]="/ \"%&-\t`'~<>!,:;?^<5E>$\\=*#@<EFBFBD>|";
|
||||
const char repchars[]="/ \"%&-\t`'~<>!,:;?^<5E>$\\=*#@|";
|
||||
do {
|
||||
p_act += strcspn(p_act, repchars );
|
||||
if (*p_act) {
|
||||
|
Reference in New Issue
Block a user