[Pkg-owncloud-commits] [owncloud-client] 51/89: Add NE_LFS define for correct size of ne_off_t

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 6707e93f318c331dfe2e286bff551f6b683c79e3
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Dec 10 15:27:48 2013 +0100

    Add NE_LFS define for correct size of ne_off_t
---
 src/mirall/owncloudpropagator.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mirall/owncloudpropagator.h b/src/mirall/owncloudpropagator.h
index ddaf338..02f22f9 100644
--- a/src/mirall/owncloudpropagator.h
+++ b/src/mirall/owncloudpropagator.h
@@ -15,6 +15,8 @@
 #ifndef OWNCLOUDPROPAGATOR_H
 #define OWNCLOUDPROPAGATOR_H
 
+#define NE_LFS // never remove this. otherwise NEON will behave badly.
+
 #include <neon/ne_request.h>
 #include <QHash>
 #include <QObject>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list