src/gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
2011-04-16 Eli Zaretskii <eliz@gnu.org>
+ * gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
+
Fix regex.c, syntax.c and friends for buffers > 2GB.
* syntax.h (struct gl_state_s): Declare character position members
EMACS_INT.
else
{
error ("Sorry, GnuTLS can't use non-string trustfile %s",
- trustfile);
+ SDATA (trustfile));
}
}
else
{
error ("Sorry, GnuTLS can't use non-string keyfile %s",
- keyfile);
+ SDATA (keyfile));
}
}
}