2008-01-14 19:36:46 -05:00
|
|
|
$OpenBSD: patch-src_libreal_real_common_c,v 1.2 2008/01/15 00:36:46 jakemsr Exp $
|
|
|
|
--- src/libreal/real_common.c.orig Tue Jan 1 08:30:08 2008
|
|
|
|
+++ src/libreal/real_common.c Wed Jan 9 01:50:22 2008
|
|
|
|
@@ -177,7 +177,7 @@ void *_x_real_codec_open(xine_stream_t *const stream,
|
2007-06-13 06:58:28 -04:00
|
|
|
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;
|
|
|
|
}
|