summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-12-25 21:59:32 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-12-25 21:59:32 +0000
commitec4bff004365df1851af20a669929a2d90670856 (patch)
tree234018805796051d4007cc9417a37541b2737c2b
parentfdaeeb0c00f879c3703a1372ee4689bd6739c1fd (diff)
downloadxine-lib-ec4bff004365df1851af20a669929a2d90670856.tar.gz
xine-lib-ec4bff004365df1851af20a669929a2d90670856.tar.bz2
Fix a grammar error, and mark the error message for translation.
CVS patchset: 8458 CVS date: 2006/12/25 21:59:32
-rw-r--r--src/xine-engine/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.c b/src/xine-engine/buffer.c
index c36e97877..389146dcb 100644
--- a/src/xine-engine/buffer.c
+++ b/src/xine-engine/buffer.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: buffer.c,v 1.36 2006/06/20 00:35:07 dgp85 Exp $
+ * $Id: buffer.c,v 1.37 2006/12/25 21:59:32 dgp85 Exp $
*
*
* contents:
@@ -64,7 +64,7 @@ static void buffer_pool_free (buf_element_t *element) {
this->buffer_pool_num_free++;
if (this->buffer_pool_num_free > this->buffer_pool_capacity) {
- printf("xine-lib:buffer: Their has been a fatal error: TOO MANY FREE's\n");
+ fprintf(stderr, _("xine-lib: buffer.c: There has been a fatal error: TOO MANY FREE's\n"));
_x_abort();
}