diff options
Diffstat (limited to 'contrib/gmime-test.c')
| -rw-r--r-- | contrib/gmime-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gmime-test.c b/contrib/gmime-test.c index 5c59ed2..a443f35 100644 --- a/contrib/gmime-test.c +++ b/contrib/gmime-test.c @@ -229,7 +229,7 @@ test_file (const char *path) file = fopen (path, "r"); if (!file) { g_warning ("cannot open file '%s': %s", path, - strerror(errno)); + g_strerror(errno)); rv = FALSE; goto leave; } |
