Mercurial > pidgin.yaz
changeset 4562:2c8372d4fb2a
[gaim-migrate @ 4843]
a few minor tweaks.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 09 Feb 2003 04:52:00 +0000 |
parents | 9df99116840a |
children | d6491dc2b7b2 |
files | src/sound.c src/sound.h |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sound.c Sun Feb 09 01:55:35 2003 +0000 +++ b/src/sound.c Sun Feb 09 04:52:00 2003 +0000 @@ -1,6 +1,7 @@ /* * gaim * + * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> * Copyright (C) 2003, Nathan Walp <faceprint@faceprint.com> * * This program is free software; you can redistribute it and/or modify @@ -211,6 +212,8 @@ break; } ao_close(device); + } else { + debug_printf("error opening audio device!\n"); } afCloseFile(file); }