[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 |
4faba1c2dc6b |
children |
e85a3a0e0975 |
files |
ChangeLog src/sound.c |
diffstat |
2 files changed, 4 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/ChangeLog Tue Feb 27 11:44:08 2001 +0000
+++ b/ChangeLog Tue Feb 27 17:05:01 2001 +0000
@@ -1,5 +1,8 @@
GAIM: The Pimpin' Penguin IM Clone thats good for the soul!
+version 0.11.0:
+ * Fixed bug with NAS support
+
version 0.11.0-pre5 (02/26/2001):
* Minor GUI changes
* ICQ Alias problem fixed
--- 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