diff options
author | geronimo <geronimo013@gmx.de> | 2012-07-29 18:22:58 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-07-29 18:22:58 +0200 |
commit | 570a18b0d0a9a00b240504ac949214d6cc96949b (patch) | |
tree | cdbcb38d64de20587c886609b4c6ced61dc9414e /libs/IO/include | |
parent | aa714b0076c06d7133c625ab22c86114d4f17e23 (diff) | |
download | cmp-570a18b0d0a9a00b240504ac949214d6cc96949b.tar.gz cmp-570a18b0d0a9a00b240504ac949214d6cc96949b.tar.bz2 |
fixed bug on directory reading, if it contains an entry without access rights (reported by seahawk1986)
Diffstat (limited to 'libs/IO/include')
-rw-r--r-- | libs/IO/include/FileRepresentation.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/IO/include/FileRepresentation.h b/libs/IO/include/FileRepresentation.h index 2c2db5a..8bc9d9b 100644 --- a/libs/IO/include/FileRepresentation.h +++ b/libs/IO/include/FileRepresentation.h @@ -1,25 +1,25 @@ /** * ======================== legal notice ====================== - * + * * File: FileRepresentation.h * Created: 21. Juli 2012, 12 * Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a> * Project: libIO: classes for files, filesystem and input/output - * + * * CMP - compound media player - * + * * is a client/server mediaplayer intended to play any media from any workstation * without the need to export or mount shares. cmps is an easy to use backend * with a (ready to use) HTML-interface. Additionally the backend supports * authentication via HTTP-digest authorization. * cmpc is a client with vdr-like osd-menues. - * + * * Copyright (c) 2012 Reinhard Mantey, some rights reserved! * published under Creative Commons by-sa * For details see http://creativecommons.org/licenses/by-sa/3.0/ - * + * * The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp - * + * * -------------------------------------------------------------- */ #ifndef FILEREPRESENTATION_H |