unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Scott McPeak <INVALID.NOREPLY@gnu.org>
To: Scott McPeak <smcpeak@coverity.com>, bug-guile@gnu.org
Subject: [bug #27577] inet-ntop example is missing quotes around "ffff:ffff:..."
Date: Thu, 01 Oct 2009 21:34:54 +0000	[thread overview]
Message-ID: <20091001-213453.sv54812.20679@savannah.gnu.org> (raw)
In-Reply-To: 


URL:
  <http://savannah.gnu.org/bugs/?27577>

                 Summary: inet-ntop example is missing quotes around
"ffff:ffff:..."
                 Project: Guile
            Submitted by: smcpeak
            Submitted on: Thu 01 Oct 2009 09:34:53 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The documentation for inet-ntop:

http://www.gnu.org/software/guile/docs/docs-1.8/guile-ref/Network-Address-Conversion.html#index-inet_002dntop-3217

Says:

(inet-ntop AF_INET 2130706433) => "127.0.0.1"
(inet-ntop AF_INET6 (- (expt 2 128) 1)) =>
ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff

However, the final value is a string, so should be quoted:

guile> (inet-ntop AF_INET 2130706433)
"127.0.0.1"
guile> (inet-ntop AF_INET6 (- (expt 2 128) 1))
"ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27577>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





             reply	other threads:[~2009-10-01 21:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-01 21:34 Scott McPeak [this message]
2009-10-01 22:40 ` [bug #27577] inet-ntop example is missing quotes around "ffff:ffff:..." Neil Jerram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091001-213453.sv54812.20679@savannah.gnu.org \
    --to=invalid.noreply@gnu.org \
    --cc=bug-guile@gnu.org \
    --cc=smcpeak@coverity.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).