Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Apr 7, 2014
2 parents 0a2b3a2 + 86eb45c commit d198063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions readme.txt
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion sesman/chansrv/sound.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit d198063

Please sign in to comment.