Commit c4b2be52 authored by Lev Walkin's avatar Lev Walkin

typo

parent 3d231c0b
......@@ -360,7 +360,7 @@ importStandardModules(asn1p_t *asn, const char *skeletons_dir) {
skeletons_dir);
#ifdef WIN32
len = target_dir_len + sizeof("/*.asn1"));
len = target_dir_len + sizeof("/*.asn1");
pattern = malloc(len);
assert(pattern);
snprintf(pattern, len, "%s/*.asn1", target_dir);
......
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