Unify usage of CYG_MAX_PATH throughout. Change buffers from
size CYG_MAX_PATH + 1 to CYG_MAX_PATH. Change length tests accordingly.
This commit is contained in:
@ -51,7 +51,7 @@ struct dll
|
||||
int count;
|
||||
dll_type type;
|
||||
int namelen;
|
||||
char name[CYG_MAX_PATH + 1];
|
||||
char name[CYG_MAX_PATH];
|
||||
void detach ();
|
||||
int init ();
|
||||
};
|
||||
|
Reference in New Issue
Block a user