diff src/DLD-FUNCTIONS/getpwent.cc @ 11043:e9966851619b

getpwent.cc, getgrent.cc, getrusage.cc: use octave_scalar_map instead of Octave_map
author John W. Eaton <jwe@octave.org>
date Wed, 29 Sep 2010 03:19:37 -0400
parents 0522a65bcd56
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/getpwent.cc
+++ b/src/DLD-FUNCTIONS/getpwent.cc
@@ -48,7 +48,7 @@
 
   if (pw)
     {
-      Octave_map m;
+      octave_scalar_map m;
 
       m.assign ("name", pw.name ());
       m.assign ("passwd", pw.passwd ());