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-20 22:26:32 -04:00
2016-08-21 22:01:19 +02:00
2016-08-21 22:01:19 +02:00
2012-09-20 22:26:32 -04:00
2013-05-15 21:14:06 +01:00
2016-08-21 22:01:19 +02:00
2016-08-21 22:01:19 +02:00
2016-08-21 22:01:19 +02:00
2012-09-20 22:26:32 -04:00
2016-08-21 22:01:19 +02:00
2016-08-22 22:45:32 +02:00
2012-09-20 22:26:32 -04:00
2013-05-15 21:14:06 +01:00
2012-09-20 22:26:32 -04:00
2013-05-15 23:46:15 +01:00
1987-01-13 11:31:24 +00:00
2016-08-21 22:01:19 +02:00