aboutsummaryrefslogtreecommitdiff
path: root/src/getopt.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-07 16:12:03 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-07 16:12:03 +0200
commit0efd765588da43ec8cc08c5eabde49254eeb44b8 (patch)
treeae43654b9e17c2e4008af9a3520de0bc6afe1c48 /src/getopt.m4
parent9b5fb2470499d0d054e6dfab55611057d669ad76 (diff)
downloadidest-0efd765588da43ec8cc08c5eabde49254eeb44b8.tar.gz
idest-0efd765588da43ec8cc08c5eabde49254eeb44b8.tar.bz2
Implement ID3v2 read-only access.
* .gitignore: Add core. * gnulib.modules: Add argmatch and linked-list. * src/.gitignore: Add .gdbinit * src/slist.c: New file * src/Makefile.am (id3ed_SOURCES): Add new files. * src/cmdline.opt: Remove all options, except -q and --latin1. Add new options: --all and --set. * src/getopt.m4 (BEGIN): Fix handling of optional arguments. * src/id3ed.h: Include xalloc.h, gl_linked_list.h and argmatch.h (v1_block,title,artist,album,year,comment,track,genre): Remove. (DEFAULT_ED_LIST): New define. (set_id3v1): Takes 2 arguments. (string_list_action_fn): new data type. (new_string_list,do_string_list,concat_string_list) (print_string_list): New prototypes. (ed_list_add_item,ed_list_print,ed_list_add_assignment): New prototypes. * src/id3v1.c (id3v1_read,id3v1_write): Bugfixes. (set_id3v1): Take a pointer to id3v1_block as 2nd argument. * src/id3v2.c: Implement show_tags. * src/main.c: Rewrite.
Diffstat (limited to 'src/getopt.m4')
-rw-r--r--src/getopt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getopt.m4 b/src/getopt.m4
index 6562667..5dd7494 100644
--- a/src/getopt.m4
+++ b/src/getopt.m4
@@ -142,3 +142,3 @@ ifelse(SHORT_TAG,,LONG_TAG,[<SHORT_TAG[<>]ifelse(LONG_TAG,,,; LONG_TAG)>]),
[<ifelse(ARGTYPE,[<optional_argument>],
-[<patsubst([<ARGNAME>],[<\[\(.*\)\]>],[<N_("\1"), 1>])>],[<N_("ARGNAME"), 0>])>]), N_("DOCSTRING") },
+[<patsubst(ARGNAME,[<\[\(.*\)\]>],[<N_("\1"), 1>])>],[<N_("ARGNAME"), 0>])>]), N_("DOCSTRING") },
divert(-1)>])

Return to:

Send suggestions and report system problems to the System administrator.