changeset 4076:c651ee4c0846

[project @ 2002-09-27 22:02:43 by jwe]
author jwe
date Fri, 27 Sep 2002 22:02:43 +0000
parents 9a2102864eb0
children b5267e631ba8
files liboctave/ChangeLog liboctave/oct-group.cc
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-27  Per Persson <persquare@mac.com>
+
+	* oct-group.cc (octave_group::octave_group): Dont' forget to set
+	gr_gid too.
+
 2002-09-27  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* lo-mappers.cc (xisnan, xfinite, xisinf): Simply forward to
--- 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.