Commit 788490db authored by Lev Walkin's avatar Lev Walkin

comments

parent d49ea283
......@@ -234,7 +234,7 @@ process_XER_data(const char *fname, enum expectation expectation, char *fbuf, in
st = load_object_from(fname, expectation, fbuf, size, AS_XER);
if(!st) return;
/* Save and re-load as DER */
/* Save and re-load as PER */
save_object_as(st, expectation, AS_PER);
if(expectation == EXP_PER_NOCOMP)
return; /* Already checked */
......
......@@ -234,7 +234,7 @@ process_XER_data(const char *fname, enum expectation expectation, char *fbuf, in
st = load_object_from(fname, expectation, fbuf, size, AS_XER);
if(!st) return;
/* Save and re-load as DER */
/* Save and re-load as PER */
save_object_as(st, expectation, AS_PER);
if(expectation == EXP_PER_NOCOMP)
return; /* Already checked */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment