Commit graph

2 commits

Author SHA1 Message Date
Joe Marcus Clarke
8fd1dade69 Fix path to source file. 2006-02-19 22:13:44 +00:00
Joe Marcus Clarke
3185a5b9a5 Fix e-d-s so that it does not try to allocate all available memory on 64-bit
platforms.  The fix committed is different from that in the PR since the
purpose of this memory was not clarified by the Evolution developers.  The
fix committed casts the require memory size to an unsigned 32-bit integer.
Since the memory required should never exceed the maximum capacity of an
uint32_t, this is not a problem.

Thanks to anholt for tracking down this problem.

See http://bugzilla.gnome.org/show_bug.cgi?id=331099 for more details.

PR:		93215
2006-02-19 22:12:27 +00:00