fix debugging info

This commit is contained in:
Vítor Santos Costa
2010-06-17 08:20:15 +01:00
parent 980f6db84d
commit 3631439be9
2 changed files with 0 additions and 4 deletions

View File

@@ -278,7 +278,6 @@ udp_receive(term_t Socket, term_t Data, term_t From, term_t options)
if ( (n=nbio_recvfrom(socket, buf, sizeof(buf), flags,
(struct sockaddr*)&sockaddr, &alen)) == -1 )
return nbio_error(errno, TCP_ERRNO);
if ( !PL_unify_chars(Data, as, n, buf) )
return FALSE;