Skip to content
Snippets Groups Projects
Commit c4b2be52 authored by Lev Walkin's avatar Lev Walkin
Browse files

typo

parent 3d231c0b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment