diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-04-06 23:23:29 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-04-06 23:23:29 -0700 |
commit | d198063279a33e056b89b73be1606ee2ac76986b (patch) | |
tree | 832c4f2fb7155c15e519e50210f2674dee657588 | |
parent | 0a2b3a2fd7e1e55cbc9afc2b26f5be5e63c511c0 (diff) | |
parent | 86eb45c7a5b59ccd17ff00aa1c879c911a0ce732 (diff) | |
download | xrdp-proprietary-d198063279a33e056b89b73be1606ee2ac76986b.tar.gz xrdp-proprietary-d198063279a33e056b89b73be1606ee2ac76986b.zip |
minor fixes
-rw-r--r-- | readme.txt | 5 | ||||
-rw-r--r-- | sesman/chansrv/sound.c | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -2,8 +2,9 @@ xrdp 0.9.0 Credits - This project is very much dependent on FreeRDP(was rdesktop), the work of - Matt Chapman and the FreeRDP team members, of which I'm a member. + This project is very much dependent on NeutrinoRDP, FreeRDP, rdesktop, and + the work of Matt Chapman and the NeutrinoRDP team members, of which I'm a + member. Mark from up 19.9 was the first to work with rdp server code. diff --git a/sesman/chansrv/sound.c b/sesman/chansrv/sound.c index eb299ecc..8c76c9bc 100644 --- a/sesman/chansrv/sound.c +++ b/sesman/chansrv/sound.c @@ -1363,7 +1363,7 @@ read_raw_audio_data(void *arg) } strans->trans_data_in = sttrans_data_in; - g_snprintf(path, 255, CHANSRV_PORT_STR, g_display_num); + g_snprintf(path, 255, CHANSRV_PORT_OUT_STR, g_display_num); if (trans_connect(strans, "", path, 100) != 0) { |