tidying
[exim.git] / src / src / lookups / dnsdb.c
index c4b5b53eca41e2e0a7be6b42157d2c879dac1afc..bf3acd6ef03d3d1ce0cb8a39d153949d217542b7 100644 (file)
@@ -410,7 +410,7 @@ while ((domain = string_nextinlist(&keystring, &sep, NULL, 0)))
         if (outsep2 == NULL)
           {
           /* output only the first item of data */
-          yield = string_catn(yield, &size, &ptr, (uschar *)(rr->data+1),
+          yield = string_catn(yield, &size, &ptr, US (rr->data+1),
             (rr->data)[0]);
           }
         else