aboutsummaryrefslogtreecommitdiff
path: root/src/riff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/riff.c')
-rw-r--r--src/riff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/riff.c b/src/riff.c
index 670fb55f..9ee91697 100644
--- a/src/riff.c
+++ b/src/riff.c
@@ -57,7 +57,7 @@ riff_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;
}