[GRASS-SVN] r56781 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 18 04:01:17 PDT 2013
Author: hamish
Date: 2013-06-18 04:01:17 -0700 (Tue, 18 Jun 2013)
New Revision: 56781
Modified:
grass/branches/releasebranch_6_4/lib/gis/list.c
Log:
g.list + GRASS_PAGER works now that rxvt is gone and isatty() is as expected (#945, merge from devbr6 r56742)
Modified: grass/branches/releasebranch_6_4/lib/gis/list.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/list.c 2013-06-18 10:49:38 UTC (rev 56780)
+++ grass/branches/releasebranch_6_4/lib/gis/list.c 2013-06-18 11:01:17 UTC (rev 56781)
@@ -80,7 +80,6 @@
if (desc == 0 || *desc == 0)
desc = element;
-#ifndef __MINGW32__
/*
* popen() the more command to page the output
*/
@@ -94,8 +93,8 @@
more = stdout;
}
else
-#endif
more = stdout;
+
fprintf(more, "----------------------------------------------\n");
/*
More information about the grass-commit
mailing list