mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kioslave: remove LFS support assert
fixes build on i386 Linux Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1253a5627d
commit
41660c168b
1 changed files with 0 additions and 1 deletions
|
@ -414,7 +414,6 @@ void FileProtocol::listDir( const KUrl& url)
|
||||||
void FileProtocol::rename( const KUrl &srcUrl, const KUrl &destUrl,
|
void FileProtocol::rename( const KUrl &srcUrl, const KUrl &destUrl,
|
||||||
KIO::JobFlags _flags )
|
KIO::JobFlags _flags )
|
||||||
{
|
{
|
||||||
char off_t_should_be_64_bits[sizeof(off_t) >= 8 ? 1 : -1]; (void) off_t_should_be_64_bits;
|
|
||||||
const QString src = srcUrl.toLocalFile();
|
const QString src = srcUrl.toLocalFile();
|
||||||
const QString dest = destUrl.toLocalFile();
|
const QString dest = destUrl.toLocalFile();
|
||||||
const QByteArray _src(QFile::encodeName(src));
|
const QByteArray _src(QFile::encodeName(src));
|
||||||
|
|
Loading…
Add table
Reference in a new issue