David Given 2b6d251dec Fix a fun bug where, every now again, ego would get its temporary files mangled
and generate invalid calls to the optimisers.

Previously ego would generate a temporary file template that looked like
/tmp/ego.A.BB.XXXXXX, call mktemp() on it to randomise the XXXXXX, and then
replace A and BB with data.

However, it used strrchr to find the A and B. Which would fine, except when
mktemp produced an A or a B in the randomised part...

This code was written on 4 March 1991. I was 16.
2016-08-22 23:53:01 +02:00
..
2012-09-23 15:31:16 -04:00
2012-09-20 22:26:32 -04:00
2016-06-03 13:56:50 +02:00
2016-06-03 13:56:50 +02:00
2016-06-03 13:56:50 +02:00
2012-09-20 22:26:32 -04:00
2014-08-31 13:40:39 +02:00
2012-09-23 15:31:16 -04:00
2016-08-14 14:40:01 +02:00
1991-02-20 09:48:36 +00:00
2012-09-20 22:26:32 -04:00