CVS: rdesktop seamless.c,1.1.2.7,1.1.2.8

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14608

Modified Files:
      Tag: seamlessrdp-branch
	seamless.c 
Log Message:
Using strtoll for window ids, since strtol is signed, and we need to
use all bits of a long.


Index: seamless.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/Attic/seamless.c,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** seamless.c	13 Mar 2006 15:04:51 -0000	1.1.2.7
--- seamless.c	15 Mar 2006 06:55:29 -0000	1.1.2.8
***************
*** 88,96 ****
  			return False;
  
! 		id = strtol(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
  
! 		parent = strtol(tok3, &endptr, 0);
  		if (*endptr)
  			return False;
--- 88,96 ----
  			return False;
  
! 		id = strtoll(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
  
! 		parent = strtoll(tok3, &endptr, 0);
  		if (*endptr)
  			return False;
***************
*** 107,111 ****
  			return False;
  
! 		id = strtol(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
--- 107,111 ----
  			return False;
  
! 		id = strtoll(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
***************
*** 129,133 ****
  			return False;
  
! 		id = strtol(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
--- 129,133 ----
  			return False;
  
! 		id = strtoll(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
***************
*** 162,166 ****
  			return False;
  
! 		id = strtol(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
--- 162,166 ----
  			return False;
  
! 		id = strtoll(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
***************
*** 179,183 ****
  			return False;
  
! 		id = strtol(tok2, &endptr, 0);
  		if (*endptr)
  			return False;
--- 179,183 ----
  			return False;
  
! 		id = strtoll(tok2, &endptr, 0);
  		if (*endptr)
  			return False;



-------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.