* socket ->fpsocket

git-svn-id: trunk@13505 -
This commit is contained in:
marco 2009-08-09 10:30:15 +00:00
parent f748a01baf
commit bafbe5a451

View File

@ -531,7 +531,7 @@ begin
{....................................... Connect to the control socket}
if not gpm_flag then
begin
gpm_fd:=socket(AF_UNIX,SOCK_STREAM,0);
gpm_fd:=fpsocket(AF_UNIX,SOCK_STREAM,0);
if gpm_fd<0 then
begin
{ gpm_report(GPM_PR_ERR,GPM_MESS_SOCKET,strerror(errno));}