summaryrefslogtreecommitdiffstats
path: root/kdat/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/TODO')
-rw-r--r--kdat/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdat/TODO b/kdat/TODO
index 74d4dab..0e6a300 100644
--- a/kdat/TODO
+++ b/kdat/TODO
@@ -159,8 +159,8 @@ Outstanding Bugs
call Tape::addChild( Archive* archive ) to add the new archive, and
addChild() does call read() in preparation for updating the on-disk
tape file. However, read() refuses to do anything because the tape
- isn't stubbed (_stubbed==FALSE). I don't know what this means yet.
- Forcing _stubbed=TRUE doesn't work either. It looks like _stubbed has
+ isn't stubbed (_stubbed==false). I don't know what this means yet.
+ Forcing _stubbed=true doesn't work either. It looks like _stubbed has
to do with whether the tape ID is recognized as belonging to an index
file on disk or not (see the second paragraph of 2002-01-26).
@@ -212,8 +212,8 @@ c/o rolandg at onlinehome.de:
1) don't return 0 instead of a null TQString
(e.g., BackupProfile::getWorkingDirectory())
-2) don't test for FALSE predicate values with
- !(). Use == FALSE instead.
+2) don't test for false predicate values with
+ !(). Use == false instead.
3) don't piggyback .remove with .first:
_relativeFiles.remove(_relativeFiles.first())