[Greater-commits] r242 - trunk/GREAT-ER-DB/impl/postgresql
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jun 22 15:29:35 CEST 2011
Author: bricks
Date: 2011-06-22 15:29:34 +0200 (Wed, 22 Jun 2011)
New Revision: 242
Modified:
trunk/GREAT-ER-DB/impl/postgresql/dagreater_pg.pgc
Log:
Add errln parameter to log function
imho this log function isn't used anywhere ...
Modified: trunk/GREAT-ER-DB/impl/postgresql/dagreater_pg.pgc
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/dagreater_pg.pgc 2011-06-22 13:12:54 UTC (rev 241)
+++ trunk/GREAT-ER-DB/impl/postgresql/dagreater_pg.pgc 2011-06-22 13:29:34 UTC (rev 242)
@@ -88,7 +88,7 @@
\return ---
*/
-void lda_set_db_errinfo(char *vp_modulename, DA_T_errinfo *vp_errinfo)
+void lda_set_db_errinfo(char *vp_modulename, DA_T_errinfo *vp_errinfo, int errln)
{
#if DEBUG_MODE_ON == 1
DA_T_MODULE_NAME v_module = "lda_set_db_errinfo";
More information about the Greater-commits
mailing list