Skip to content

Commit

Permalink
Print a newline after each TXT message in DNS.
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Apr 10, 2011
1 parent 4a5ced4 commit 10260e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/dns/dns.factor
Expand Up @@ -351,7 +351,7 @@ M: TXT rdata>byte-array
] map ;

: TXT. ( domain -- )
dns-TXT-query TXT-message>strings [ [ write ] each ] each ;
dns-TXT-query TXT-message>strings [ [ write ] each nl ] each ;

: reverse-lookup ( reversed-ip -- message )
PTR IN <query> dns-query ;
Expand Down

0 comments on commit 10260e5

Please sign in to comment.