Fixed rdesktop folders redirection

This commit is contained in:
Adolfo Gómez 2013-05-14 17:38:55 +00:00
parent a4cc0a47f2
commit 45ad85025d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -107,7 +107,7 @@ public class LinuxApplet implements OsApplet {
}
if( redirectDrives )
exec.add("-rdisk:home=\"" + home + "\"");
exec.add("-rdisk:home=" + home);
if( redirectAudio )
exec.add("-rsound:local");