Spelling.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -87,13 +87,13 @@ doit(const char *fn)
|
|||||||
ptr++;
|
ptr++;
|
||||||
|
|
||||||
class = strtok_r(ptr, " \t\n", &foo);
|
class = strtok_r(ptr, " \t\n", &foo);
|
||||||
if (class == NULL) errx(1, "class missing one line %lu", line);
|
if (class == NULL) errx(1, "class missing on line %lu", line);
|
||||||
type = strtok_r(NULL, " \t\n", &foo);
|
type = strtok_r(NULL, " \t\n", &foo);
|
||||||
if (type == NULL) errx(1, "type missing one line %lu", line);
|
if (type == NULL) errx(1, "type missing on line %lu", line);
|
||||||
tag = strtok_r(NULL, " \t\n", &foo);
|
tag = strtok_r(NULL, " \t\n", &foo);
|
||||||
if (tag == NULL) errx(1, "tag missing one line %lu", line);
|
if (tag == NULL) errx(1, "tag missing on line %lu", line);
|
||||||
length = strtok_r(NULL, " \t\n", &foo);
|
length = strtok_r(NULL, " \t\n", &foo);
|
||||||
if (length == NULL) errx(1, "length missing one line %lu", line);
|
if (length == NULL) errx(1, "length missing on line %lu", line);
|
||||||
data = strtok_r(NULL, " \t\n", &foo);
|
data = strtok_r(NULL, " \t\n", &foo);
|
||||||
|
|
||||||
c = der_get_class_num(class);
|
c = der_get_class_num(class);
|
||||||
|
Reference in New Issue
Block a user