|
Lines 436-442
THE SOFTWARE.
Link Here
|
| 436 |
FT_TRACE4(( " nprop = %d (truncate %d props)\n", |
436 |
FT_TRACE4(( " nprop = %d (truncate %d props)\n", |
| 437 |
(int)nprops, nprops - (int)nprops )); |
437 |
(int)nprops, nprops - (int)nprops )); |
| 438 |
|
438 |
|
| 439 |
nprops = nprops - (int)nprops; |
439 |
/* nprops = nprops - (int)nprops; /* see https://bugs.gentoo.org/288256 */ |
| 440 |
|
440 |
|
| 441 |
/* rough estimate */ |
441 |
/* rough estimate */ |
| 442 |
if ( nprops > size / PCF_PROPERTY_SIZE ) |
442 |
if ( nprops > size / PCF_PROPERTY_SIZE ) |
| 443 |
- |
|
|