13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
$OpenBSD: patch-src_libreal_real_common_c,v 1.3 2010/01/05 11:48:51 sthen Exp $
|
|
--- src/libreal/real_common.c.orig Mon Nov 30 15:55:53 2009
|
|
+++ src/libreal/real_common.c Wed Dec 2 20:39:44 2009
|
|
@@ -177,7 +177,7 @@ void *_x_real_codec_open(xine_stream_t *const stream,
|
|
LOG_MODULE ": error loading %s: %s\n", codecpath, dlerror());
|
|
}
|
|
|
|
- _x_message(stream, XINE_MSG_LIBRARY_LOAD_ERROR, codec_name, NULL);
|
|
+ _x_message(stream, XINE_MSG_LIBRARY_LOAD_ERROR, codec_name, (char *)NULL);
|
|
|
|
return NULL;
|
|
}
|