Files
mesa/src/util
Grazvydas Ignotas 61bbb25a08 util/disk_cache: fix size subtraction on 32bit
Negating size_t on 32bit produces a 32bit result. This was effectively
adding values close to UINT_MAX to the cache size (the files are usually
small) instead of intended subtraction.
Fixes 'make check' disk_cache failures on 32bit.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
2017-03-09 20:26:30 +11:00
..
2017-01-16 18:07:08 +01:00
2015-11-24 10:05:32 -08:00
2017-03-06 16:39:55 +11:00
2017-01-12 13:58:32 +11:00
2016-11-21 12:44:46 -06:00
2017-02-27 15:46:12 -08:00
2015-03-18 21:06:26 -07:00
2016-10-07 21:24:50 +11:00
2015-09-29 16:01:56 +01:00
2015-06-29 09:06:40 -07:00
2015-06-29 09:06:40 -07:00
2015-12-04 14:06:41 +00:00
2016-10-19 09:05:25 +10:00