Fix errant extra source line in GIT hash b4a23465

pull/16/head
Timothy Pearson 12 years ago
parent b4a23465b6
commit d2f1ad161d

@ -184,8 +184,6 @@ TDEIO_EXPORT TQString TDEIO::encodeFileName( const TQString & _str )
// Fall back to older encoding method...
str.replace( i, 1, "%2f");
}
str.replace( i, 1, TQChar((uint)0x2215));
}
return str;
}

Loading…
Cancel
Save