# HG changeset patch # User mas01tc # Date 1217604780 0 # Node ID 3bb4d850557b03e217fdc8311600e70cd826351f # Parent 7907b50d0995b1411412a2a92a94d4363c976eb0 Fixed bug in audioDB.cpp line 331: diff -r 7907b50d0995 -r 3bb4d850557b audioDB.cpp --- a/audioDB.cpp Fri Aug 01 15:13:21 2008 +0000 +++ b/audioDB.cpp Fri Aug 01 15:33:00 2008 +0000 @@ -328,8 +328,8 @@ dbName=args_info.database_arg; inFile=args_info.featureList_arg; if(args_info.keyList_given) - if(!args_info.features_given) - error("INSERT: '-k key' argument depends on '-f features'"); + if(!args_info.featureList_given) + error("INSERT: '-K key' argument depends on '-F feature list'"); else key=args_info.key_arg; // INCONSISTENT NO CHECK