Compiler quietening
[exim.git] / src / src / lookups / ibase.c
index 7e4973e01120bfd6cf3f1da65900a56451a5d493..6125b75b705dc2578293d23f6ab63bd8b67f1ffe 100644 (file)
@@ -511,7 +511,7 @@ if (opt)
 while ((c = *t++))
   if (c == '\'') count++;
 
-t = quoted = store_get_quoted(Ustrlen(s) + count + 1, s, idx);
+t = quoted = store_get_quoted(Ustrlen(s) + count + 1, s, idx, US(ibase));
 
 while ((c = *s++))
   if (c == '\'') { *t++ = '\''; *t++ = '\''; }