diff options
Diffstat (limited to 'src/aiff.c')
-rw-r--r-- | src/aiff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aiff.c b/src/aiff.c index 35b716eef..06de9ffe7 100644 --- a/src/aiff.c +++ b/src/aiff.c @@ -57,7 +57,7 @@ aiff_seek_id3(FILE *file) ret = fstat(fileno(file), &st); if (ret < 0) { g_warning("Failed to stat file descriptor: %s", - strerror(errno)); + g_strerror(errno)); return 0; } |