diff src/sound.c @ 1517:e6f9acc31500

[gaim-migrate @ 1527] Fixed a problem with NAS support. Yay :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 27 Feb 2001 17:05:01 +0000
parents 677e2c9e8baf
children bea407767ac1
line wrap: on
line diff
--- a/src/sound.c	Tue Feb 27 11:44:08 2001 +0000
+++ b/src/sound.c	Tue Feb 27 17:05:01 2001 +0000
@@ -333,7 +333,7 @@
 #endif
 
 #ifdef NAS_SOUND
-		if (play_nas_file(filenae))
+		if (play_nas_file(filename))
 			_exit(0);
 #endif