CVS: rdesktop rdp.c,1.95,1.96

Michael Gernoth <[email protected]> Wed, 01 Nov 2006 10:38:42 -0800
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16523

Modified Files:
	rdp.c 
Log Message:
64bit fix from Jennings Jared <[email protected]>


Index: rdp.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdp.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** rdp.c	14 Jun 2006 08:59:03 -0000	1.95
--- rdp.c	1 Nov 2006 18:38:40 -0000	1.96
***************
*** 184,189 ****
  			if ((iconv_h = iconv_open(WINDOWS_CODEPAGE, g_codepage)) == (iconv_t) - 1)
  			{
! 				warning("rdp_out_unistr: iconv_open[%s -> %s] fail %d\n",
! 					g_codepage, WINDOWS_CODEPAGE, (int) iconv_h);
  
  				g_iconv_works = False;
--- 184,189 ----
  			if ((iconv_h = iconv_open(WINDOWS_CODEPAGE, g_codepage)) == (iconv_t) - 1)
  			{
! 				warning("rdp_out_unistr: iconv_open[%s -> %s] fail %p\n",
! 					g_codepage, WINDOWS_CODEPAGE, iconv_h);
  
  				g_iconv_works = False;
***************
*** 255,260 ****
  			if ((iconv_h = iconv_open(g_codepage, WINDOWS_CODEPAGE)) == (iconv_t) - 1)
  			{
! 				warning("rdp_in_unistr: iconv_open[%s -> %s] fail %d\n",
! 					WINDOWS_CODEPAGE, g_codepage, (int) iconv_h);
  
  				g_iconv_works = False;
--- 255,260 ----
  			if ((iconv_h = iconv_open(g_codepage, WINDOWS_CODEPAGE)) == (iconv_t) - 1)
  			{
! 				warning("rdp_in_unistr: iconv_open[%s -> %s] fail %p\n",
! 					WINDOWS_CODEPAGE, g_codepage, iconv_h);
  
  				g_iconv_works = False;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642