# HG changeset patch # User mas01cr # Date 1194346352 0 # Node ID 324699d5642946f479050e2bc8fd0f4767504780 # Parent 218106b4db1459c4add805c94f1a45ee24d67173 Even more defensive command-line checking: Make gengetopt generate code that doesn't exit on error, so that the careful calls to error() as appropriate in audioDB.cpp actually stand a chance of working. diff -r 218106b4db14 -r 324699d56429 Makefile --- a/Makefile Mon Nov 05 10:54:53 2007 +0000 +++ b/Makefile Tue Nov 06 10:52:32 2007 +0000 @@ -19,7 +19,7 @@ ./${EXECUTABLE} --help > HELP.txt cmdline.c cmdline.h: gengetopt.in - ${GENGETOPT}