Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 631542
Collapse All | Expand All

(-)torcs-1.3.8-test1/src/libs/musicplayer/OpenALMusicPlayer.cpp (-1 / +1 lines)
Lines 161-167 Link Here
161
{
161
{
162
	char pcm[BUFFERSIZE];
162
	char pcm[BUFFERSIZE];
163
	int size = 0;
163
	int size = 0;
164
	const char* error = '\0';
164
	const char* error = 0;
165
	
165
	
166
	if (!stream->read(pcm, BUFFERSIZE, &size, &error)) {
166
	if (!stream->read(pcm, BUFFERSIZE, &size, &error)) {
167
		GfError("OpenALMusicPlayer: Stream read error: %s\n", error);
167
		GfError("OpenALMusicPlayer: Stream read error: %s\n", error);

Return to bug 631542