From 853f236b368079ab1d4b5b1720de24c530806b80 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 19 Jan 2004 11:44:12 +0000 Subject: removing ending punctuation dots Original commit message from CVS: removing ending punctuation dots --- gst/elements/gstfilesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/elements/gstfilesink.c') diff --git a/gst/elements/gstfilesink.c b/gst/elements/gstfilesink.c index d7260731e..aeb2d331a 100644 --- a/gst/elements/gstfilesink.c +++ b/gst/elements/gstfilesink.c @@ -242,7 +242,7 @@ gst_filesink_open_file (GstFileSink *sink) if (sink->file == NULL) { gst_element_error (sink, RESOURCE, OPEN_WRITE, (_("Could not open file \"%s\" for writing"), sink->filename), - ("system error: %s", strerror (errno))); + GST_ERROR_SYSTEM); return FALSE; } -- cgit v1.2.3