diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:36:44 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:36:44 +0000 |
commit | ad89a5d46547cb45b918926269ca2883eccf5e23 (patch) | |
tree | 668819f2f211731c92bce3d47af077655ab99d71 /mkid.c | |
parent | 5da6d06373a5c5ee7f3206c696000a88bf62be7f (diff) | |
download | idutils-ad89a5d46547cb45b918926269ca2883eccf5e23.tar.gz idutils-ad89a5d46547cb45b918926269ca2883eccf5e23.tar.bz2 idutils-ad89a5d46547cb45b918926269ca2883eccf5e23.zip |
imported from mkid-3.0.6r3_0_6
Diffstat (limited to 'mkid.c')
-rw-r--r-- | mkid.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -158,8 +158,8 @@ Usage: %s [-v] [-f<idfile>] [(+|-)l[<lang>]] [(+|-)S<scanarg>] [-a<argfile>] [-] -S<lang>? Print usage documentation for <lang>\n\ -u Update an existing database (unimplemented)\n\ \n\ -Version %s; Made %s %s\n", - program_name, FULL_VERSION, __DATE__, __TIME__); +Version %s.%s; Made %s %s\n", + program_name, VERSION, PATCH_LEVEL, __DATE__, __TIME__); exit (1); } @@ -768,9 +768,6 @@ round2 (int rough) return round; } -/* Allocate a new token struct and fill in the name field. We - allocate memory in large chunks to avoid frequent calls to malloc () - which is a major pig. */ struct token * make_token (char const *name, int flags) { |