]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
- more, but incomplete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 May 2004 14:30:18 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird-types.patch -> 1.2

Firebird-types.patch

index 4abd7d98e2143926180f367e7d5cb23a950fc27e..2c9b8650c95dfdba1e950610ea339479e0f1bf9f 100644 (file)
                                {
                                          ERR_punt();
                                }
+--- firebird-1.5.0.4290/src/gpre/int.cpp.orig  2003-07-02 20:58:41.000000000 +0200
++++ firebird-1.5.0.4290/src/gpre/int.cpp       2004-05-29 15:41:48.000000000 +0200
+@@ -638,7 +638,7 @@
+ static void gen_type( ACT action, int column)
+ {
+-      printa(column, "%ld", (SLONG) action->act_object);
++      printa(column, "%" SLONGFORMAT, (SLONG) action->act_object);
+ }
This page took 0.042448 seconds and 4 git commands to generate.