CVS: seamlessrdp/ServerExe vchannel.c,1.7,1.8
Pierre Ossman <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/seamlessrdp/ServerExe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4106/ServerExe
Modified Files:
vchannel.c
Log Message:
Let characters outside the ascii range through.
Index: vchannel.c
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/vchannel.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** vchannel.c 10 Mar 2006 16:41:49 -0000 1.7
--- vchannel.c 15 Mar 2006 12:08:32 -0000 1.8
***************
*** 216,220 ****
for (c = string; *c != '\0'; c++)
{
! if ((*c < 0x20) || (strchr(INVALID_CHARS, *c) != NULL))
*c = REPLACEMENT_CHAR;
}
--- 216,220 ----
for (c = string; *c != '\0'; c++)
{
! if (((unsigned char) *c < 0x20) || (strchr(INVALID_CHARS, *c) != NULL))
*c = REPLACEMENT_CHAR;
}
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642