mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
another s/unsigned char*/byte*/
This commit is contained in:
parent
e6a212a154
commit
8b7cb60229
2 changed files with 5 additions and 3 deletions
|
@ -2200,7 +2200,7 @@ read_parameter_file( const char *fname )
|
|||
{ NULL, 0 }
|
||||
};
|
||||
IOBUF fp;
|
||||
unsigned char *line;
|
||||
byte *line;
|
||||
unsigned int maxlen, nline;
|
||||
char *p;
|
||||
int lnr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue