diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-26 21:03:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 09:17:57 +0900 |
| commit | 68d98be2a759d7df77e6fbac9d5fc488c5f4730f (patch) | |
| tree | a34089910c61501a4efba96a42a45a2cda0fdc5e /src | |
| parent | caad67b960d524d572e330cc65586cf2a06d2be9 (diff) | |
| download | soundkonverter-68d98be2.tar.gz soundkonverter-68d98be2.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 212e641541774d9566c55bc491de74cfb0323140)
Diffstat (limited to 'src')
| -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 |
