Diff for /np2/x11/gtk2/dialog_sound.c between versions 1.3 and 1.4

version 1.3, 2005/03/12 12:36:57 version 1.4, 2007/01/02 13:41:21
Line 379  ok_button_clicked(GtkButton *b, gpointer Line 379  ok_button_clicked(GtkButton *b, gpointer
         for (i = 0; i < NELEMENTS(snd26_ioport_str); i++) {          for (i = 0; i < NELEMENTS(snd26_ioport_str); i++) {
                 if (strcmp(snd26_ioport, snd26_ioport_str[i]) == 0) {                  if (strcmp(snd26_ioport, snd26_ioport_str[i]) == 0) {
                         if (SND26_GET_IOPORT() != i) {                          if (SND26_GET_IOPORT() != i) {
                                 snd86opt |= SND26_SET_IOPORT(i);                                  snd26opt |= SND26_SET_IOPORT(i);
                                 snd86opt_mask |= SND26_MASK_IOPORT;                                  snd26opt_mask |= SND26_MASK_IOPORT;
                                 renewal = TRUE;                                  renewal = TRUE;
                         }                          }
                         break;                          break;

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>