[hamradio-commits] [dump1090] 330/389: B"H net_io.c: use %d like local code

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch master
in repository dump1090.

commit df19d51bc633e80ca714ce4c52438c3631024f7e
Author: hhm <heehooman+vcs-ci at gmail.com>
Date:   Wed Sep 17 06:58:53 2014 -0400

    B"H net_io.c: use %d like local code
---
 net_io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net_io.c b/net_io.c
index 91cf47d..10e09d0 100644
--- a/net_io.c
+++ b/net_io.c
@@ -792,7 +792,7 @@ int handleHTTPRequest(struct client *c, char *p) {
 
     // Create the header and send the reply
     hdrlen = snprintf(hdr, sizeof(hdr),
-        "HTTP/1.1 %i \r\n"
+        "HTTP/1.1 %d \r\n"
         "Server: Dump1090\r\n"
         "Content-Type: %s\r\n"
         "Connection: %s\r\n"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list