proper type

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@712 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-02-25 12:53:40 +00:00
parent 3687ee62d6
commit 792437ecf9
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ main(int ac, char **av) {
* ./asn1c/asn1c -> ./skeletons
*/
char *p;
int len;
size_t len;
p = a1c_dirname(av[-optind]);