]> git.pld-linux.org Git - packages/bogl.git/blame - bogl-0.1.18-gcc.patch
- release 11 (by relup.sh)
[packages/bogl.git] / bogl-0.1.18-gcc.patch
CommitLineData
4b8c099c
PZ
1--- bogl/bogl-font.c.gcc 2005-02-17 18:52:30.428998312 +0100
2+++ bogl/bogl-font.c 2005-02-17 18:52:34.254416760 +0100
3@@ -103,7 +103,7 @@
4 /* Attempt to malloc NBYTES bytes. Sets a BOGL error message on
5 failure. Returns the result of the malloc() operation in any
6 case. */
7- static void *
8+ void *
9 smalloc (size_t nbytes)
10 {
11 void *p = malloc (nbytes);
12--- bogl/boml.c.gcc 2001-12-01 18:04:42.000000000 +0100
13+++ bogl/boml.c 2005-02-17 18:52:13.033642808 +0100
14@@ -1316,6 +1316,7 @@
15
16 default:
17 /* Ignore additional extension fields. */
18+ ;
19 }
20
21 curpos += len;
This page took 0.102952 seconds and 4 git commands to generate.