]> git.pld-linux.org Git - packages/Firebird.git/blame_incremental - Firebird-va.patch
- updated to 2.5.4.26856
[packages/Firebird.git] / Firebird-va.patch
... / ...
CommitLineData
1--- Firebird-2.1.1.17910-0/src/jrd/gds.cpp.orig 2008-01-11 13:56:56.000000000 +0100
2+++ Firebird-2.1.1.17910-0/src/jrd/gds.cpp 2008-07-18 22:34:52.502041412 +0200
3@@ -2816,7 +2816,9 @@
4 va_list args;
5
6 va_start(args, string);
7- blr_format(control, string, args);
8+ Firebird::string temp;
9+ temp.vprintf(string, args);
10+ control->ctl_string += temp;
11 va_end(args);
12 offset = 0;
13 blr_print_line(control, (SSHORT) offset);
This page took 0.023134 seconds and 4 git commands to generate.