From: Tom D. <td...@us...> - 2002-12-18 04:53:13
|
On Tuesday 17 December 2002 03:12 am, Thomas Rohmer wrote: > Yes, -t is assigned to both Title and Type option but I beleive that it > will be interpreted as "Title" since this option is before "Type" in the > list. > You could try to use the --type and --title options instead. That old bug is still there? Someone should modify the options[] array in the main() function of palm-db-tools/flatfile/csv2pdb.cpp to assign a different short option letter for one of the options. (The short option letter is the second element of each option specifier in the source code.) That will fix the problem. |