diff options
Diffstat (limited to 'src/cddb.cpp')
| -rw-r--r-- | src/cddb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cddb.cpp b/src/cddb.cpp index 8e4450f..428037d 100644 --- a/src/cddb.cpp +++ b/src/cddb.cpp @@ -414,8 +414,8 @@ CDDB::add_cddb_dirs(const TQStringList& list) /* Locates and opens the local file corresponding to that discid. - Returns TRUE, if file is found and ready for reading. - Returns FALSE, if file isn't found. In this case ret_file is initialized + Returns true, if file is found and ready for reading. + Returns false, if file isn't found. In this case ret_file is initialized with a TQFile which resides in the first cddb_dir, and has a temp name (the ID + getpid()). You can open it for writing. */ bool |
