/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdpsnd_sun.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 772 by stargo, Sat Sep 11 19:17:48 2004 UTC revision 794 by stargo, Wed Nov 3 10:05:02 2004 UTC
# Line 54  wave_out_open(void) Line 54  wave_out_open(void)
54    
55          if (dsp_dev == NULL)          if (dsp_dev == NULL)
56          {          {
57                  dsp_dev = "/dev/audio";                  dsp_dev = strdup("/dev/audio");
58          }          }
59    
60          if ((g_dsp_fd = open(dsp_dev, O_WRONLY | O_NONBLOCK)) == -1)          if ((g_dsp_fd = open(dsp_dev, O_WRONLY | O_NONBLOCK)) == -1)

Legend:
Removed from v.772  
changed lines
  Added in v.794

  ViewVC Help
Powered by ViewVC 1.1.26