1
0
Fork 0
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:
Werner Koch 2004-10-14 20:47:56 +00:00
parent e6a212a154
commit 8b7cb60229
2 changed files with 5 additions and 3 deletions

View file

@ -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;