8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Some folks couldn't compile...

This commit is contained in:
robocop 2004-10-15 05:50:32 +00:00
parent 0156d83d4f
commit 7e97c27e75

View File

@ -371,7 +371,7 @@ extern "C" {
void AbstractString::vprintf(const char* format, va_list params) {
#ifndef HAVE_VSNPRINTF
#error NS: I'm lazy to implement version of this routine based on plain vsprintf.
#error NS: I am lazy to implement version of this routine based on plain vsprintf.
#error Please find an implementation of vsnprintf function for your platform.
#error For example, consider importing library from http://www.ijs.si/software/snprintf/
#error to Firebird src\extern repository