diff --git a/gio/gfile.c b/gio/gfile.c index c17aeb040..1b67002c4 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -2974,7 +2974,7 @@ retry: if (errsv == EINTR) goto retry; - else if (errsv == ENOSYS || errsv == EINVAL) + else if (errsv == ENOSYS || errsv == EINVAL || errsv == EOPNOTSUPP) g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED, _("Splice not supported")); else