diff ChangeLog @ 312:3b07f653af9d

execlp(..., 0) -> execlp(..., NULL)
author mmj
date Wed, 01 Sep 2004 18:47:18 +1000
parents f66ef77753cc
children 2ec35c398074
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 01 18:22:49 2004 +1000
+++ b/ChangeLog	Wed Sep 01 18:47:18 2004 +1000
@@ -1,4 +1,6 @@
 1.0.0-RC3
+ o NULL and 0 are not the same on 64-bit platforms, so fix execlp(..., 0); to
+   be execlp(..., NULL);
  o Add web-interface (PHP). Thank you Christoph Thiel
  o Have the random numbers be somewhat longer everywhere and not just somewhere
  o Move free() to where it belongs fixing problems with mlmmj-process some