aboutsummaryrefslogtreecommitdiffstats
path: root/plpfuse
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2008-04-06 21:30:19 +0000
committerReuben Thomas <rrt@sc3d.org>2008-04-06 21:30:19 +0000
commitfe0286b1631a06557d3e9d4a1a9da6c0a5be92e7 (patch)
treefe27e1ef60f2fdd117a3f59c18d32225d035ddd1 /plpfuse
parent38d399542cb6fac7b4cf148b670d8ecfa34dd957 (diff)
downloadplptools-fe0286b1631a06557d3e9d4a1a9da6c0a5be92e7.tar.gz
plptools-fe0286b1631a06557d3e9d4a1a9da6c0a5be92e7.tar.bz2
plptools-fe0286b1631a06557d3e9d4a1a9da6c0a5be92e7.zip
Change name of extended attribute for consistency.
Diffstat (limited to 'plpfuse')
-rw-r--r--plpfuse/fuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpfuse/fuse.c b/plpfuse/fuse.c
index f9633ab..6b09f35 100644
--- a/plpfuse/fuse.c
+++ b/plpfuse/fuse.c
@@ -27,7 +27,7 @@
#include "rfsv_api.h"
/* Name of our extended attribute */
-#define XATTR_NAME "user.psion"
+#define XATTR_NAME "user.epoc"
/* Maximum length of a generated psion xattr string */
#define XATTR_MAXLEN 3