From 7e97c27e75082a6895a0d6056d9955fddc020208 Mon Sep 17 00:00:00 2001 From: robocop Date: Fri, 15 Oct 2004 05:50:32 +0000 Subject: [PATCH] Some folks couldn't compile... --- src/common/classes/fb_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/classes/fb_string.cpp b/src/common/classes/fb_string.cpp index 76a59946c8..20946053de 100644 --- a/src/common/classes/fb_string.cpp +++ b/src/common/classes/fb_string.cpp @@ -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