chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
62dcb54
)
add a TODO
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:42:04 +0000
(12:42 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:42:04 +0000
(12:42 +0100)
lib/trackdb.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/trackdb.c
b/lib/trackdb.c
index 4009358573a01a68e97ab868102b40e93b2b6908..9f33a0ffe8f414eb038c1c4a4fba14ca58650b50 100644
(file)
--- a/
lib/trackdb.c
+++ b/
lib/trackdb.c
@@
-2383,6
+2383,9
@@
char **trackdb_new(int *ntracksp,
* @return null-terminated array of track names, or NULL on deadlock
*
* The most recently added track is first in the array.
* @return null-terminated array of track names, or NULL on deadlock
*
* The most recently added track is first in the array.
+ *
+ * TODO: exclude tracks that have been deleted again.
+ *
*/
static char **trackdb_new_tid(int *ntracksp,
int maxtracks,
*/
static char **trackdb_new_tid(int *ntracksp,
int maxtracks,