--- np2/x11/gtk2/dialog_sound.c 2004/07/29 15:18:45 1.2 +++ np2/x11/gtk2/dialog_sound.c 2007/01/02 13:41:21 1.4 @@ -1,8 +1,8 @@ -/* $Id: dialog_sound.c,v 1.2 2004/07/29 15:18:45 monaka Exp $ */ +/* $Id: dialog_sound.c,v 1.4 2007/01/02 13:41:21 monaka Exp $ */ /* - * Copyright (c) 2002, 2003, 2004 - * NONAKA Kimihiro (aw9k-nnk@asahi-net.or.jp) All rights reserved. + * Copyright (c) 2002-2004 NONAKA Kimihiro + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -379,8 +379,8 @@ ok_button_clicked(GtkButton *b, gpointer for (i = 0; i < NELEMENTS(snd26_ioport_str); i++) { if (strcmp(snd26_ioport, snd26_ioport_str[i]) == 0) { if (SND26_GET_IOPORT() != i) { - snd86opt |= SND26_SET_IOPORT(i); - snd86opt_mask |= SND26_MASK_IOPORT; + snd26opt |= SND26_SET_IOPORT(i); + snd26opt_mask |= SND26_MASK_IOPORT; renewal = TRUE; } break;