fs_attr_generic.cpp: Fix warning

This commit is contained in:
Ingo Weinhold
2011-11-28 05:02:27 +01:00
parent 62f5df5852
commit d68eb11df9
+1 -1
View File
@@ -135,7 +135,7 @@ ensure_attribute_dir_exists(NodeRef ref, const char *path, int fd)
// the attribute dir is no directory
fprintf(stderr, "ensure_attribute_dir_exists(): Attribute "
"directory for node %lld exists, but is no directory!\n",
ref.node);
(long long)ref.node);
return B_FILE_ERROR;
}