]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird-va.patch
- updated for 2.1.1
[packages/Firebird.git] / Firebird-va.patch
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, ptr);
10 +       control->ctl_string += temp;
11         va_end(args);
12         offset = 0;
13         blr_print_line(control, (SSHORT) offset);
This page took 0.033605 seconds and 4 git commands to generate.