# HG changeset patch # User jwe # Date 1033164163 0 # Node ID c651ee4c084624ee905032543d23ad67f6c7be9a # Parent 9a2102864eb0fe26fd3603c3a38bb1a03ee05384 [project @ 2002-09-27 22:02:43 by jwe] diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2002-09-27 Per Persson + + * oct-group.cc (octave_group::octave_group): Dont' forget to set + gr_gid too. + 2002-09-27 John W. Eaton * lo-mappers.cc (xisnan, xfinite, xisinf): Simply forward to diff --git a/liboctave/oct-group.cc b/liboctave/oct-group.cc --- a/liboctave/oct-group.cc +++ b/liboctave/oct-group.cc @@ -188,6 +188,8 @@ gr_passwd = gr->gr_passwd; #endif + gr_gid = gr->gr_gid; + // XXX FIXME XXX -- maybe there should be a string_vector // constructor that takes a NULL terminated list of C // strings.