[GRASS-SVN] r71323 - grass/branches/releasebranch_7_2/lib/db/dbmi_base

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 4 03:02:06 PDT 2017


Author: martinl
Date: 2017-08-04 03:02:06 -0700 (Fri, 04 Aug 2017)
New Revision: 71323

Modified:
   grass/branches/releasebranch_7_2/lib/db/dbmi_base/error.c
Log:
dbmi_base lib: add missing arg type
          (merge r71253 from trunk)


Modified: grass/branches/releasebranch_7_2/lib/db/dbmi_base/error.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/db/dbmi_base/error.c	2017-08-03 14:54:10 UTC (rev 71322)
+++ grass/branches/releasebranch_7_2/lib/db/dbmi_base/error.c	2017-08-04 10:02:06 UTC (rev 71323)
@@ -156,7 +156,7 @@
 
   \param procnum procedure number
 */
-void db_noproc_error(procnum)
+void db_noproc_error(int procnum)
 {
     char msg[128];
 



More information about the grass-commit mailing list