Mercurial > hg > audiodb
diff audioDB.cpp @ 304:2d6efbe56bb8
Wow, so many bugs in one short stanza of code. Really fix batchinsert
handling of -K command-line argument now, and write a test for it so
that no-one ever has any excuses ever again.
author | mas01cr |
---|---|
date | Tue, 05 Aug 2008 13:38:36 +0000 |
parents | 8764d114ce80 |
children | d1b8b2dec37e |
line wrap: on
line diff
--- a/audioDB.cpp Mon Aug 04 10:01:47 2008 +0000 +++ b/audioDB.cpp Tue Aug 05 13:38:36 2008 +0000 @@ -331,7 +331,7 @@ if(!args_info.featureList_given) error("BATCHINSERT: '-K keyList' argument depends on '-F featureList'"); else - key=args_info.key_arg; // INCONSISTENT NO CHECK + key=args_info.keyList_arg; // INCONSISTENT NO CHECK /* TO DO: REPLACE WITH if(args_info.keyList_given){