diff src/context.cpp @ 274:bdcf203e3f7b stable-6-0-36

fix -c printing config
author Carl Byington <carl@five-ten-sg.com>
date Mon, 09 Sep 2013 20:01:17 -0700
parents a99b6c1f5f67
children 368572c57013
line wrap: on
line diff
--- a/src/context.cpp	Mon Sep 09 19:34:31 2013 -0700
+++ b/src/context.cpp	Mon Sep 09 20:01:17 2013 -0700
@@ -1120,7 +1120,7 @@
                 printf("%s; ", *i);
             }
             for (string_set::iterator i=content_tldwilds.begin(); i!=content_tldwilds.end(); i++) {
-                printf("*%s; ", *i);
+                printf("*.%s; ", *i);
             }
             for (string_set::iterator i=content_tldnots.begin(); i!=content_tldnots.end(); i++) {
                 printf("!%s; ", *i);