changeset in /hg/pulseaudio: 2008-10-07 Omair Majid <omajid at redh...

Omair Majid omajid at redhat.com
Tue Oct 7 09:06:26 PDT 2008


changeset d7c213ee6717 in /hg/pulseaudio
details: http://icedtea.classpath.org/hg/pulseaudio?cmd=changeset;node=d7c213ee6717
description:
	2008-10-07 Omair Majid <omajid at redhat.com>

	    * src/native/org_classpath_icedtea_pulseaudio_Stream.c
	    (drain_callback): Fixed typo.
	    (update_sample_rate_callback): Likewise.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/native/org_classpath_icedtea_pulseaudio_Stream.c |    4 ++--

diffs (21 lines):

diff -r e688b471726e -r d7c213ee6717 src/native/org_classpath_icedtea_pulseaudio_Stream.c
--- a/src/native/org_classpath_icedtea_pulseaudio_Stream.c	Tue Oct 07 11:31:39 2008 -0400
+++ b/src/native/org_classpath_icedtea_pulseaudio_Stream.c	Tue Oct 07 12:06:29 2008 -0400
@@ -604,7 +604,7 @@ static void drain_callback(pa_stream* st
 	notifyWaitingOperations(env);
 
 	if (success == 0) {
-		throwByName(env, ILLEGA_STATE_EXCEPTION, "drain failed");
+		throwByName(env, ILLEGAL_STATE_EXCEPTION, "drain failed");
 	}
 
 }
@@ -924,7 +924,7 @@ static void update_sample_rate_callback(
 	notifyWaitingOperations(env);
 
 	if (success == 0) {
-		throwByName(eng, ILLEGAL_STATE_EXCEPTION, "update_sampl_rate failed");
+		throwByName(env, ILLEGAL_STATE_EXCEPTION, "update_sampl_rate failed");
 	}
 
 }



More information about the distro-pkg-dev mailing list