diff options
author | methodus <methodus@web.de> | 2012-10-29 02:42:08 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-29 02:42:08 +0100 |
commit | 2d082611ac1f51f3a0ce86d29b8e3d674ad6e3b0 (patch) | |
tree | 541397a1493ff46bffef7c64b2e39fc56ab43148 /include/config.h | |
parent | 0deea38705627533ab074d51247d37b7a783606a (diff) | |
download | vdr-plugin-upnp-2d082611ac1f51f3a0ce86d29b8e3d674ad6e3b0.tar.gz vdr-plugin-upnp-2d082611ac1f51f3a0ce86d29b8e3d674ad6e3b0.tar.bz2 |
Added CLI parameter for setting the database directory. Also fixed segfault, if databse file can't be opened
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 187e46f..f36491c 100644 --- a/include/config.h +++ b/include/config.h @@ -104,9 +104,9 @@ struct cConfig { /** * The sqlite database file * - * This is the path to the database file. + * This is the path where the database file shall be located. */ - string databaseFile; + string databaseDir; }; } |