1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-02-21 21:40:18 +00:00
This commit is contained in:
Carles Fernandez 2019-08-19 22:00:43 +02:00
commit 8cdd5acb99
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -535,7 +535,7 @@ int readfile(file_t *file, unsigned char *buff, int nmax, char *msg)
{
return 0;
}
tracet(4, "readfile: fp=%zd nmax=%d\n", file->fp, nmax);
tracet(4, "readfile: fp=%p nmax=%d\n", file->fp, nmax);
if (file->fp == stdin)
{